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:
draftshade
2022-01-08 23:17:47 +01:00
committed by GitHub
parent f45cc3fc73
commit fe04d05c28
5 changed files with 13 additions and 0 deletions

View File

@@ -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..." },