1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2025-12-09 15:05:39 -05:00

fix workspace #

This commit is contained in:
bbedward
2025-08-15 23:23:39 -04:00
parent 2612776a87
commit eb48c3c1b5

View File

@@ -49,7 +49,7 @@ Singleton {
if (workspace.name && workspace.name.length > 0) {
root.focusedWindowTitle = workspace.name
} else {
root.focusedWindowTitle = "Workspace " + (workspace.idx + 1)
root.focusedWindowTitle = "workspace " + workspace.idx
}
root.focusedWindowId = -1
} else {