impr: Better name and icons for recent files

This commit is contained in:
WerWolv 2025-11-30 20:34:00 +01:00
parent d359a21a66
commit a8fe63ee93
2 changed files with 2 additions and 2 deletions

View File

@ -1213,7 +1213,7 @@
"hex.builtin.welcome.start.open_file": "Open File", "hex.builtin.welcome.start.open_file": "Open File",
"hex.builtin.welcome.start.open_other": "Other Data Sources", "hex.builtin.welcome.start.open_other": "Other Data Sources",
"hex.builtin.welcome.start.open_project": "Open Project", "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": "Auto Backups",
"hex.builtin.welcome.start.recent.auto_backups.backup": "Backup from {:%Y-%m-%d %H:%M:%S}", "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", "hex.builtin.welcome.tip_of_the_day": "Tip of the Day",

View File

@ -314,7 +314,7 @@ namespace hex::plugin::builtin::recent {
const char* icon; const char* icon;
if (isProject) { if (isProject) {
icon = ICON_VS_PROJECT; icon = ICON_VS_NOTEBOOK;
} else { } else {
icon = ICON_VS_FILE_BINARY; icon = ICON_VS_FILE_BINARY;
} }