merge upstream

This commit is contained in:
Greyfeather
2025-05-21 00:22:49 -06:00
parent 08b9014ee2
commit 65b5ec93c7
87 changed files with 2119 additions and 1602 deletions
+3 -3
View File
@@ -8,8 +8,8 @@ pragma ComponentBehavior: Bound
Singleton {
id: root
property int sidebarLeftOpenCount: 0
property int sidebarRightOpenCount: 0
property bool sidebarLeftOpen: false
property bool sidebarRightOpen: false
property bool overviewOpen: false
property bool workspaceShowNumbers: false
property bool superReleaseMightTrigger: true
@@ -31,7 +31,7 @@ Singleton {
GlobalShortcut {
name: "workspaceNumber"
description: "Hold to show workspace numbers, release to show icons"
description: qsTr("Hold to show workspace numbers, release to show icons")
onPressed: {
workspaceShowNumbersTimer.start()