Allow a thickness of 6 - looks nice in fullscreen mode.

master
David Peer 2022-02-16 18:05:22 +01:00
parent d6da125df7
commit 08af40ff9a
2 changed files with 2 additions and 2 deletions

View File

@ -14,7 +14,7 @@ the app/widget settings menu of the Bangle.js
Activate the Neon IO X clock look, a bit hard to read until one gets used to it. Activate the Neon IO X clock look, a bit hard to read until one gets used to it.
### Thickness ### Thickness
The thickness of watch lines, from 1 to 5. The thickness of watch lines, from 1 to 6.
### Date on touch ### Date on touch
Shows the current date as DD MM on touch and reverts back to time after 5 seconds or with another touch. Shows the current date as DD MM on touch and reverts back to time after 5 seconds or with another touch.

View File

@ -18,7 +18,7 @@
if (!neonXSettings) resetSettings(); if (!neonXSettings) resetSettings();
let thicknesses = [1, 2, 3, 4, 5]; let thicknesses = [1, 2, 3, 4, 5, 6];
const menu = { const menu = {
"" : { "title":"Neon X & IO"}, "" : { "title":"Neon X & IO"},