DesktopWidgetsTab: add toggle to show/hide widgets in overview

This commit is contained in:
Lysec
2026-02-22 02:20:13 +01:00
parent 835d632e57
commit d9a37187c8
5 changed files with 27 additions and 33 deletions
+1
View File
@@ -722,6 +722,7 @@ Singleton {
// desktop widgets
property JsonObject desktopWidgets: JsonObject {
property bool enabled: false
property bool overviewEnabled: true
property bool gridSnap: false
property list<var> monitorWidgets: []
// Format: [{ "name": "DP-1", "widgets": [...] }, { "name": "HDMI-1", "widgets": [...] }]