mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-04-02 13:37:42 -05:00
sys: Add functionality to clear recent files (#395)
* sys: Add functionality to clear recent files * sys: Remove clear recent files from welcome window
This commit is contained in:
@@ -188,6 +188,7 @@ namespace hex::plugin::builtin {
|
||||
|
||||
{ "hex.builtin.view.hexeditor.menu.file.open_file", "Datei öffnen..." },
|
||||
{ "hex.builtin.view.hexeditor.menu.file.open_recent", "Kürzlich geöffnete Dateien" },
|
||||
{ "hex.builtin.view.hexeditor.menu.file.clear_recent", "Löschen" },
|
||||
{ "hex.builtin.view.hexeditor.menu.file.open_other", "Provider öffnen..." },
|
||||
{ "hex.builtin.view.hexeditor.menu.file.save", "Speichern" },
|
||||
{ "hex.builtin.view.hexeditor.menu.file.save_as", "Speichern unter..." },
|
||||
|
||||
Reference in New Issue
Block a user