made default hiding transparency controls easier with restructured show calls

This commit is contained in:
2024-08-31 22:27:11 -05:00
parent 25b6b5305b
commit e2e9dc8c1f
6 changed files with 14 additions and 5 deletions

View File

@@ -48,4 +48,4 @@ class HeaderContainer(Gtk.Box):
event_system.emit("load-interactive-debug")
def tggl_top_main_menubar(self):
self.hide() if self.is_visible() else self.show()
self.hide() if self.is_visible() else self.show_all()