Update pebble.settings.js

master
sir-indy 2022-03-29 13:10:48 +01:00 committed by GitHub
parent e3db453b44
commit 62b3336e6a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -33,7 +33,8 @@
s.color = color_options[v];
s.bg = bg_code[v];
save();
},
}
},
'Theme': {
value: 0 | theme_options.indexOf(s.theme),
min: 0, max: theme_options.length - 1,