Fix sidebar button being visible on launch for wide windows

This commit is contained in:
heliguy4599
2024-11-14 00:54:06 -05:00
parent a7b5bf6153
commit 6fd1f6715a

View File

@@ -18,3 +18,4 @@ class SidebarButton(Gtk.Button):
# Apply
self.set_icon_name("dock-left-symbolic")
self.set_tooltip_text(_("Show Sidebar"))
self.set_visible(False)