diff --git a/modules/system/launcher/app.py b/modules/system/launcher/app.py index 5a9efd0..51e19ab 100644 --- a/modules/system/launcher/app.py +++ b/modules/system/launcher/app.py @@ -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":