1
0
Fork 0
mirror of https://github.com/aclist/dztui.git synced 2025-07-19 22:18:48 +02:00

chore: update checksums

This commit is contained in:
aclist 2025-03-15 16:31:44 +09:00
parent 2e2b738ca6
commit 4cbffaf3ff
3 changed files with 13 additions and 5 deletions
helpers

View file

@ -2463,6 +2463,7 @@ class App(Gtk.Application):
def _halt_window_subprocess(self, accel_group, window, code, flag):
self.win.halt_proc_and_quit(self.win, None)
def save_res_and_quit(window):
if window.props.is_maximized:
Gtk.main_quit()
@ -2514,7 +2515,6 @@ class ModSelectionPanel(Gtk.Box):
button.connect("clicked", self._on_button_clicked)
self.pack_start(button, False, True, 0)
def initialize(self):
l = len(self.get_children())
last = self.get_children()[l-1]
@ -2526,7 +2526,6 @@ class ModSelectionPanel(Gtk.Box):
case "Unhighlight stale":
i.set_label("Highlight stale")
def _on_button_clicked(self, button):
self.active_button = button
label = button.get_label()
@ -2555,7 +2554,6 @@ class ModSelectionPanel(Gtk.Box):
path = Gtk.TreePath(i)
treeview.get_selection().select_path(path)
def _remove_last_button(self):
children = self.get_children()
l = len(children)