added language selection

This commit is contained in:
DYefremov
2020-01-02 15:47:48 +03:00
parent 614c87cbf3
commit d0638f7158
5 changed files with 119 additions and 23 deletions

View File

@@ -2123,6 +2123,7 @@ def start_app():
except SettingsException as e:
msg = "{} \n{}".format(e, "All setting were reset. Restart the program!")
show_dialog(DialogType.INFO, transient=Gtk.Dialog(), text=msg)
Settings.reset_to_default()
else:
app = Application()
app.run(sys.argv)