feat: add sticky overlay functionality

This commit is contained in:
marepallisanthosh999333
2025-11-08 20:29:14 +05:30
parent 769ed3bf71
commit 549a43ac7f
8 changed files with 417 additions and 3 deletions
@@ -113,6 +113,14 @@ Singleton {
property real x: 1576
property real y: 630
}
// CUSTOM: Stickypad integration - START
property JsonObject stickypad: JsonObject {
property bool pinned: true
property bool clickthrough: false
property real x: 100
property real y: 100
}
// CUSTOM: Stickypad integration - END
}
property JsonObject timer: JsonObject {