another fix
parent
10d883255a
commit
2bca66666b
|
|
@ -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();
|
||||||
|
|
|
||||||
|
|
@ -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",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue