Merge branch 'master' into master

This commit is contained in:
GNU
2018-07-28 10:13:41 +08:00
committed by GitHub
7 changed files with 499 additions and 1 deletions

View File

@@ -63,7 +63,7 @@ class PowerOffConfirmPage(ConfirmPage):
if event.key == CurKeys["X"]:
cmdpath = "feh --bg-center gameshell/wallpaper/seeyou.png;"
cmdpath += "sleep 3;"
cmdpath = "sudo reboot"
cmdpath += "sudo reboot"
pygame.event.post( pygame.event.Event(RUNSYS, message=cmdpath))