1
0
Fork 0
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:
aclist 2024-08-28 07:12:33 +09:00
parent e1c3855d72
commit 5a3c86fdf5
2 changed files with 3 additions and 2 deletions
helpers

View file

@ -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: