From fd919da85801759e4c9159179473e6faadcefb42 Mon Sep 17 00:00:00 2001 From: thyttan <6uuxstm66@mozmail.com⁩> Date: Sun, 30 Mar 2025 12:01:36 +0200 Subject: [PATCH] dtlaunch: Bangle 2: Don't leave cache file after uninstalling --- apps/dtlaunch/ChangeLog | 1 + apps/dtlaunch/metadata.json | 5 ++++- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/apps/dtlaunch/ChangeLog b/apps/dtlaunch/ChangeLog index 38e5d3906..847699189 100644 --- a/apps/dtlaunch/ChangeLog +++ b/apps/dtlaunch/ChangeLog @@ -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 clearing cache when changing those settings. Bangle 2: Use a separate cache file from the standard launcher. + Bangle 2: Don't leave cache file after uninstalling the app. diff --git a/apps/dtlaunch/metadata.json b/apps/dtlaunch/metadata.json index f21decd32..941c88944 100644 --- a/apps/dtlaunch/metadata.json +++ b/apps/dtlaunch/metadata.json @@ -16,5 +16,8 @@ {"name":"dtlaunch.settings.js","url":"settings-b2.js", "supports": ["BANGLEJS2"]}, {"name":"dtlaunch.img","url":"app-icon.js","evaluate":true} ], - "data": [{"name":"dtlaunch.json"}] + "data": [ + {"name":"dtlaunch.json"}, + {"name":"dtlaunch.cache.json"} + ] }