mirror of
https://github.com/aclist/dztui.git
synced 2026-08-28 10:47:15 +02:00
chore: drop debug logic from treeview
This commit is contained in:
parent
82cddf261e
commit
933c3b19b0
@ -160,9 +160,6 @@ class OuterWindow(Gtk.Window):
|
||||
# TODO: POC, trigger page change here
|
||||
MainController.loaded = True
|
||||
|
||||
# TODO: debug flag, perhaps drop
|
||||
if MainController.get_prefs().is_debug:
|
||||
return
|
||||
MainController.populate_model(MainController.get_active_treeview())
|
||||
|
||||
def _on_delete_event(self, window: "OuterWindow", event: Gdk.EventKey) -> None:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user