mirror of
https://github.com/AvengeMedia/DankMaterialShell.git
synced 2025-12-09 15:05:39 -05:00
fix workspace #
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user