Skip to content

Commit

Permalink
fix overlay
Browse files Browse the repository at this point in the history
  • Loading branch information
mrvladus committed Dec 27, 2023
1 parent edc9123 commit 4cb92aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion errands/widgets/lists.py
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ def on_trash_btn_clicked(self, _btn):
self.lists.unselect_all()
self.stack.set_visible_child_name("trash")
self.window.split_view.set_show_content(True)
self.window.split_view_inner.set_collapsed(True)
self.window.split_view_inner.set_show_sidebar(False)

def on_list_swiched(self, _, row: Gtk.ListBoxRow):
if row:
Expand Down

0 comments on commit 4cb92aa

Please sign in to comment.