mirror of
git://git.tartarus.org/simon/puzzles.git
synced 2025-04-20 15:41:30 -07:00
Turn on PUZZLES_SHOW_CURSOR on KaiOS
Most KaiOS devices are primarily keyboard-based, so this seems like a reasonable approach. I've also switched to specifying boolean values as JSON booleans because that works now.
This commit is contained in:
@ -20,7 +20,8 @@ print <<EOF;
|
||||
<!-- Override some defaults for small screens -->
|
||||
<script id="environment" type="application/json">
|
||||
{ "PATTERN_DEFAULT": "10x10",
|
||||
"PUZZLES_ALLOW_CUSTOM": "N" }
|
||||
"PUZZLES_ALLOW_CUSTOM": false,
|
||||
"PUZZLES_SHOW_CURSOR": true }
|
||||
</script>
|
||||
<style class="text/css">
|
||||
body {
|
||||
|
Reference in New Issue
Block a user