mirror of
https://github.com/morgan9e/warehouse
synced 2026-04-14 00:04:08 +09:00
Fix sidebar button being visible on launch for wide windows
This commit is contained in:
@@ -18,3 +18,4 @@ class SidebarButton(Gtk.Button):
|
|||||||
# Apply
|
# Apply
|
||||||
self.set_icon_name("dock-left-symbolic")
|
self.set_icon_name("dock-left-symbolic")
|
||||||
self.set_tooltip_text(_("Show Sidebar"))
|
self.set_tooltip_text(_("Show Sidebar"))
|
||||||
|
self.set_visible(False)
|
||||||
|
|||||||
Reference in New Issue
Block a user