mirror of
https://github.com/DYefremov/DemonEditor.git
synced 2025-12-21 16:09:41 +01:00
added language selection
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user