Skip to content

Commit

Permalink
Merge pull request #69 from sknebel/menufix
Browse files Browse the repository at this point in the history
App launcher: clean up menu on reload
  • Loading branch information
MatthewWilkes authored May 30, 2024
2 parents d9d7ece + 0479257 commit 6df094e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modules/system/launcher/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,7 @@ def select_handler(self, item, idx):
break

def back_handler(self):
self.menu._cleanup()
self.update_menu()
return
# if self.current_menu == "main":
Expand Down

0 comments on commit 6df094e

Please sign in to comment.