Allow a thickness of 6 - looks nice in fullscreen mode.
parent
d6da125df7
commit
08af40ff9a
|
|
@ -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.
|
||||||
|
|
|
||||||
|
|
@ -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"},
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue