mirror of https://github.com/espruino/BangleApps
Update apps/a_dndtoggle/a_dndtoggle.app.js
Co-authored-by: Rob Pilling <robpilling@gmail.com>pull/3229/head
parent
20d195a38e
commit
f1a8c03d52
|
@ -40,9 +40,9 @@ setTimeout('exitApp();', 2000);
|
|||
|
||||
function exitApp(){
|
||||
|
||||
require("Storage").writeJSON("setting.json", bSettings);
|
||||
// reload clocks with new theme, otherwise just wait for user to switch apps
|
||||
|
||||
require("Storage").writeJSON("setting.json", bSettings);
|
||||
// reload clocks with new theme, otherwise just wait for user to switch apps
|
||||
|
||||
load()
|
||||
|
||||
}
|
Loading…
Reference in New Issue