ui: Added error popup when an exception is thrown in a task

This commit is contained in:
WerWolv
2022-09-03 23:56:57 +02:00
parent 0a115a3c03
commit 1a21627cdb
11 changed files with 33 additions and 2 deletions

View File

@@ -101,6 +101,7 @@ namespace hex::plugin::builtin {
{ "hex.builtin.popup.error.read_only", "Impossibile scrivere sul File. File aperto solo in modalità lettura" },
{ "hex.builtin.popup.error.open", "Impossibile aprire il File!" },
{ "hex.builtin.popup.error.create", "Impossibile creare il nuovo File!" },
//{ "hex.builtin.popup.error.task_exception", "Exception thrown in Task '{}':\n\n{}" },
{ "hex.builtin.menu.file", "File" },
//{ "hex.builtin.menu.file.create_file", "New File..." },