dtlaunch: Bangle 2: Don't leave cache file after uninstalling

master
thyttan 2025-03-30 12:01:36 +02:00
parent 307da9f610
commit fd919da858
2 changed files with 5 additions and 1 deletions

View File

@ -35,3 +35,4 @@ when moving pages. Add caching for faster startups.
0.28: Bangle 2: Fix showClocks and showLaunchers settings not taking effect by 0.28: Bangle 2: Fix showClocks and showLaunchers settings not taking effect by
clearing cache when changing those settings. clearing cache when changing those settings.
Bangle 2: Use a separate cache file from the standard launcher. Bangle 2: Use a separate cache file from the standard launcher.
Bangle 2: Don't leave cache file after uninstalling the app.

View File

@ -16,5 +16,8 @@
{"name":"dtlaunch.settings.js","url":"settings-b2.js", "supports": ["BANGLEJS2"]}, {"name":"dtlaunch.settings.js","url":"settings-b2.js", "supports": ["BANGLEJS2"]},
{"name":"dtlaunch.img","url":"app-icon.js","evaluate":true} {"name":"dtlaunch.img","url":"app-icon.js","evaluate":true}
], ],
"data": [{"name":"dtlaunch.json"}] "data": [
{"name":"dtlaunch.json"},
{"name":"dtlaunch.cache.json"}
]
} }