added app restart to dev screen

This commit is contained in:
Nicholas Dyer 2023-05-14 19:48:29 -04:00
parent e5c17b60e7
commit 4ba12d5078
1 changed files with 2 additions and 1 deletions

View File

@ -6,7 +6,8 @@ import pocket_friends.development.dev as dev
dev_functions = {
'Restart': 'reboot_system',
'Shutdown': 'shutdown_system',
'Update': 'update'
'Update': 'update',
'Re-open App': 'restart_app'
}