Update apps/a_dndtoggle/a_dndtoggle.app.js

Co-authored-by: Rob Pilling <robpilling@gmail.com>
pull/3229/head
Logan B 2024-03-03 11:07:42 -06:00 committed by GitHub
parent 20d195a38e
commit f1a8c03d52
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 3 deletions

View File

@ -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()
}