overview: custom workspace order (#2691)

This commit is contained in:
end-4
2025-12-14 09:53:53 +01:00
committed by GitHub
3 changed files with 61 additions and 6 deletions
@@ -418,6 +418,8 @@ Singleton {
property real scale: 0.18 // Relative to screen size
property real rows: 2
property real columns: 5
property bool orderRightLeft: false
property bool orderBottomUp: false
property bool centerIcons: true
}