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) {
// Update scroll indicator on drag
const updateOnDrag = () => updateScrollIndicator(scroller.scroll);
Bangle.on('drag', updateOnDrag);
// Initialize the scroll indicator
initScrollIndicator();

View File

@ -2,7 +2,7 @@
"id": "cutelauncher",
"name": "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",
"icon": "app.png",
"type": "launch",