Fit home[screen] button on button

andrejusk/bday
Alistair MacDonald 2018-08-31 19:55:38 +01:00 committed by GitHub
parent c87360cda7
commit 0d6d62797c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ ugfx_helper.init()
ugfx.clear()
options = [{"title": a.title, "app": a} for a in get_apps()]
option = prompt_option(options, none_text="Homescreen", text="Select App to start")
option = prompt_option(options, none_text="Home", text="Select App to start")
if not option:
restart_to_default()