mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-04-02 21:47:40 -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:
@@ -191,6 +191,7 @@ namespace hex::plugin::builtin {
|
||||
|
||||
{ "hex.builtin.view.hexeditor.menu.file.open_file", "Open File..." },
|
||||
{ "hex.builtin.view.hexeditor.menu.file.open_recent", "Open Recent" },
|
||||
{ "hex.builtin.view.hexeditor.menu.file.clear_recent", "Clear" },
|
||||
{ "hex.builtin.view.hexeditor.menu.file.open_other", "Open Other..." },
|
||||
{ "hex.builtin.view.hexeditor.menu.file.save", "Save" },
|
||||
{ "hex.builtin.view.hexeditor.menu.file.save_as", "Save As..." },
|
||||
|
||||
Reference in New Issue
Block a user