sys: Don't keep files open in File Provider

Closes #752
This commit is contained in:
WerWolv
2022-09-26 11:49:35 +02:00
parent 86274b8b94
commit ceaf80a186
12 changed files with 62 additions and 73 deletions

View File

@@ -142,6 +142,7 @@ namespace hex::plugin::builtin {
{ "hex.builtin.menu.file.clear_recent", "Limpar" },
{ "hex.builtin.menu.file.open_other", "Abrir outro..." },
{ "hex.builtin.menu.file.close", "Fechar" },
//{ "hex.builtin.menu.file.reload_file", "Reload File" },
{ "hex.builtin.menu.file.quit", "Sair do ImHex" },
{ "hex.builtin.menu.file.open_project", "Abrir Projeto..." },
{ "hex.builtin.menu.file.save_project", "Salvar Projeto..." },