mirror of
https://github.com/AvengeMedia/DankMaterialShell.git
synced 2025-12-09 23:15:38 -05:00
fix workspace #
This commit is contained in:
@@ -49,7 +49,7 @@ Singleton {
|
|||||||
if (workspace.name && workspace.name.length > 0) {
|
if (workspace.name && workspace.name.length > 0) {
|
||||||
root.focusedWindowTitle = workspace.name
|
root.focusedWindowTitle = workspace.name
|
||||||
} else {
|
} else {
|
||||||
root.focusedWindowTitle = "Workspace " + (workspace.idx + 1)
|
root.focusedWindowTitle = "workspace " + workspace.idx
|
||||||
}
|
}
|
||||||
root.focusedWindowId = -1
|
root.focusedWindowId = -1
|
||||||
} else {
|
} else {
|
||||||
|
|||||||
Reference in New Issue
Block a user