fix(desktop-widgets): Added a toggle for snapping the scale

This commit is contained in:
Spyridon Siarapis
2026-03-09 17:56:19 +01:00
parent d95806f440
commit 87299dda06
5 changed files with 13 additions and 1 deletions
+1
View File
@@ -763,6 +763,7 @@ Singleton {
property bool enabled: false
property bool overviewEnabled: true
property bool gridSnap: false
property bool gridSnapScale: false
property list<var> monitorWidgets: []
// Format: [{ "name": "DP-1", "widgets": [...] }, { "name": "HDMI-1", "widgets": [...] }]
}