mirror of https://github.com/WerWolv/ImHex
impr: Better name and icons for recent files
This commit is contained in:
parent
d359a21a66
commit
a8fe63ee93
|
|
@ -1213,7 +1213,7 @@
|
|||
"hex.builtin.welcome.start.open_file": "Open File",
|
||||
"hex.builtin.welcome.start.open_other": "Other Data Sources",
|
||||
"hex.builtin.welcome.start.open_project": "Open Project",
|
||||
"hex.builtin.welcome.start.recent": "Recent Data Sources",
|
||||
"hex.builtin.welcome.start.recent": "Recently Opened",
|
||||
"hex.builtin.welcome.start.recent.auto_backups": "Auto Backups",
|
||||
"hex.builtin.welcome.start.recent.auto_backups.backup": "Backup from {:%Y-%m-%d %H:%M:%S}",
|
||||
"hex.builtin.welcome.tip_of_the_day": "Tip of the Day",
|
||||
|
|
|
|||
|
|
@ -314,7 +314,7 @@ namespace hex::plugin::builtin::recent {
|
|||
|
||||
const char* icon;
|
||||
if (isProject) {
|
||||
icon = ICON_VS_PROJECT;
|
||||
icon = ICON_VS_NOTEBOOK;
|
||||
} else {
|
||||
icon = ICON_VS_FILE_BINARY;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue