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,6 +33,7 @@
s.color = color_options[v]; s.color = color_options[v];
s.bg = bg_code[v]; s.bg = bg_code[v];
save(); save();
}
}, },
'Theme': { 'Theme': {
value: 0 | theme_options.indexOf(s.theme), value: 0 | theme_options.indexOf(s.theme),