mirror of
https://github.com/aclist/dztui.git
synced 2025-06-29 12:28:58 +02:00
fix: return when aborting main loop
This commit is contained in:
parent
e1c3855d72
commit
5a3c86fdf5
2 changed files with 3 additions and 2 deletions
helpers
|
@ -602,6 +602,7 @@ class ButtonBox(Gtk.Box):
|
|||
if context == "Exit":
|
||||
logger.info("Normal user exit")
|
||||
Gtk.main_quit()
|
||||
return
|
||||
cols = treeview.get_columns()
|
||||
|
||||
if len(cols) > 1:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue