From 0d6d62797cf144116f3e03bba3ff9514ff952ba3 Mon Sep 17 00:00:00 2001 From: Alistair MacDonald Date: Fri, 31 Aug 2018 19:55:38 +0100 Subject: [PATCH] Fit home[screen] button on button --- launcher/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/launcher/main.py b/launcher/main.py index 716c220..1fa4585 100644 --- a/launcher/main.py +++ b/launcher/main.py @@ -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()