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", "清除" },
{ "hex.builtin.menu.file.open_other", "開啟其他..." },
{ "hex.builtin.menu.file.close", "關閉" },
//{ "hex.builtin.menu.file.reload_file", "Reload File" },
{ "hex.builtin.menu.file.quit", "退出 ImHex" },
{ "hex.builtin.menu.file.open_project", "開啟專案..." },
{ "hex.builtin.menu.file.save_project", "儲存專案..." },