diff options
| author | Andrew Lee <alee14498@protonmail.com> | 2020-08-10 17:52:16 -0400 |
|---|---|---|
| committer | Andrew Lee <alee14498@protonmail.com> | 2020-08-10 17:52:16 -0400 |
| commit | 5fab57bf82db283f8902183a1272bf498c6b473f (patch) | |
| tree | 89894dd3a99d5db43581704a53f2158a1afd4349 /menu.py | |
| parent | 4ffb68cc599b8adbc38eee290818a64788d88c0b (diff) | |
| download | RPi-Menu-5fab57bf82db283f8902183a1272bf498c6b473f.tar.gz RPi-Menu-5fab57bf82db283f8902183a1272bf498c6b473f.tar.bz2 RPi-Menu-5fab57bf82db283f8902183a1272bf498c6b473f.zip | |
Added a todo
Diffstat (limited to 'menu.py')
| -rwxr-xr-x | menu.py | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -41,6 +41,7 @@ def launchDashboard(): quit() def launchRetroPie(): print("Launching RetroPie") + # TODO: Fix this os.system("emulationstation") quit() def launchSteam(): |
