From 7c105846b6d35cb979314f5c5fa4336d6e1a11ac Mon Sep 17 00:00:00 2001 From: Ben Harris Date: Mon, 21 Aug 2023 22:50:50 +0100 Subject: [PATCH] KaiOS: set show-labels=true in preferences for Guess On a device with a phone keypad, driving Guess by typing numbers rather than using the arrow keys seems natural. But if you're going to do that, showing the labels makes it a lot easier. KaiOS doesn't have any way for the user to control this, so we should default to the friendlier state. --- kaios/apppage.pl | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/kaios/apppage.pl b/kaios/apppage.pl index 943c401..84dafcf 100755 --- a/kaios/apppage.pl +++ b/kaios/apppage.pl @@ -6,6 +6,13 @@ use warnings; @ARGV == 2 or die "usage: apppage.pl "; my ($name, $displayname) = @ARGV; +my $prefs = ""; +if ($name eq 'guess') { + $prefs = < @@ -23,6 +30,8 @@ print < +