added app restart to dev screen
This commit is contained in:
parent
e5c17b60e7
commit
4ba12d5078
@ -6,7 +6,8 @@ import pocket_friends.development.dev as dev
|
|||||||
dev_functions = {
|
dev_functions = {
|
||||||
'Restart': 'reboot_system',
|
'Restart': 'reboot_system',
|
||||||
'Shutdown': 'shutdown_system',
|
'Shutdown': 'shutdown_system',
|
||||||
'Update': 'update'
|
'Update': 'update',
|
||||||
|
'Re-open App': 'restart_app'
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user