Skip to content

Commit

Permalink
fixed the "navbar still open" bug when leaving the settings screen
Browse files Browse the repository at this point in the history
  • Loading branch information
maltfield committed Jun 9, 2023
1 parent 6fdda3a commit 827fb66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/buskill_gui.py
Original file line number Diff line number Diff line change
Expand Up @@ -938,7 +938,7 @@ def on_pre_enter(self, *args):
self.main_screen = self.manager.get_screen('main')

# close the navigation drawer on the main screen
#self.main_screen.nav_drawer.toggle_state()
self.main_screen.nav_drawer.toggle_state()

# we steal (reuse) the instance field referencing the "modal dialog" from
# the "main" screen
Expand Down

0 comments on commit 827fb66

Please sign in to comment.