added quit to dev menu

This commit is contained in:
2023-05-15 01:20:37 -04:00
parent eef3a8756d
commit 3fde1996ca
2 changed files with 10 additions and 2 deletions

View File

@@ -8,7 +8,8 @@ dev_functions = {
'Shutdown': 'shutdown_system',
'Update': 'update',
'Re-open App': 'restart_app',
'Black screen': 'show_black'
'Black screen': 'show_black',
'!!! Close App': 'quit'
}