another fix

master
kkayam 2025-02-16 15:41:25 +00:00
parent 10d883255a
commit 2bca66666b
2 changed files with 3 additions and 2 deletions

View File

@ -182,9 +182,10 @@
} }
}); });
const updateOnDrag = () => updateScrollIndicator(scroller.scroll);
if (settings.scrollbar) { if (settings.scrollbar) {
// Update scroll indicator on drag // Update scroll indicator on drag
const updateOnDrag = () => updateScrollIndicator(scroller.scroll);
Bangle.on('drag', updateOnDrag); Bangle.on('drag', updateOnDrag);
// Initialize the scroll indicator // Initialize the scroll indicator
initScrollIndicator(); initScrollIndicator();

View File

@ -2,7 +2,7 @@
"id": "cutelauncher", "id": "cutelauncher",
"name": "Cute Launcher", "name": "Cute Launcher",
"shortName": "Cute Launcher", "shortName": "Cute Launcher",
"version": "0.24", "version": "0.25",
"description": "A simple launcher app for Bangle.js 2 that makes use of the full touchscreen", "description": "A simple launcher app for Bangle.js 2 that makes use of the full touchscreen",
"icon": "app.png", "icon": "app.png",
"type": "launch", "type": "launch",