mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-04-03 05:57:40 -05:00
feat: Added quick "save project" action (#826)
* add quick -save project- action * translation for -save project as- added * removed machine translations; header file name extension fixed * moved openProject() for consistency
This commit is contained in:
@@ -164,7 +164,8 @@ namespace hex::plugin::builtin {
|
||||
//{ "hex.builtin.menu.file.reload_file", "Reload File" },
|
||||
{ "hex.builtin.menu.file.quit", "Uscita ImHex" },
|
||||
{ "hex.builtin.menu.file.open_project", "Apri un Progetto..." },
|
||||
{ "hex.builtin.menu.file.save_project", "Salva Progetto..." },
|
||||
{ "hex.builtin.menu.file.save_project", "Salva Progetto" },
|
||||
//{ "hex.builtin.menu.file.save_project_as", "Save Project As..." },
|
||||
{ "hex.builtin.menu.file.import", "Importa..." },
|
||||
{ "hex.builtin.menu.file.import.base64", "Base64 File" },
|
||||
//{ "hex.builtin.menu.file.import.base64.popup.import_error", "File is not in a valid Base64 format!" },
|
||||
|
||||
Reference in New Issue
Block a user