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
@@ -10,7 +10,10 @@ Singleton {
{ identifier: "volumeMixer", materialSymbol: "volume_up" },
{ identifier: "crosshair", materialSymbol: "point_scan" },
{ identifier: "fpsLimiter", materialSymbol: "animation" },
{ identifier: "resources", materialSymbol: "browse_activity" }
{ identifier: "resources", materialSymbol: "browse_activity" },
// CUSTOM: Stickypad integration - START
{ identifier: "stickypad", materialSymbol: "note_stack" }
// CUSTOM: Stickypad integration - END
]
readonly property bool hasPinnedWidgets: root.pinnedWidgetIdentifiers.length > 0