telnet options

This commit is contained in:
Dmitriy Yefremov
2018-01-18 00:57:58 +03:00
parent 240d724b59
commit 24c064b450
4 changed files with 16 additions and 23 deletions

View File

@@ -613,6 +613,7 @@ class MainAppWindow:
for v in [view, *args]:
v.get_selection().unselect_all()
@run_idle
def on_preferences(self, item):
response = show_settings_dialog(self.__main_window, self.__options)
if response != Gtk.ResponseType.CANCEL: