Fix: Haptic feedback does not need cache clear

master
RKBoss6 2025-07-12 09:32:26 -04:00 committed by GitHub
parent dabe80f789
commit 570d15daca
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@
value: settings.buzz == true,
onchange: (m) => {
save("buzz", m);
require("Storage").erase("taglaunch.cache.json"); //delete the cache app list
}
},
/*LANG*/"Show Clocks": {