mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-03-27 23:37:05 -05:00
impr: Better name and icons for recent files
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user