1
0
Fork 0

ctrlpad: hide on lock

master
Rob Pilling 2024-04-24 18:44:51 +01:00
parent 0f7b961b73
commit c5a4e682c1
1 changed files with 4 additions and 0 deletions

View File

@ -330,6 +330,10 @@
};
Bangle.prependListener("drag", onDrag);
Bangle.on("lock", () => {
ui?.overlay.hide();
ui = undefined;
});
WIDGETS["hid"] = {
area: "tr",