Make the badge store quitable

andrejusk/bday
Marek Ventur 2018-08-31 18:04:20 +01:00
parent 13b3399ea9
commit 164764bf2c
1 changed files with 2 additions and 1 deletions

View File

@ -103,7 +103,8 @@ def main_menu():
if option:
option["function"]()
else:
break
def _get_current_apps():
return [a.name for a in app.get_apps()]