mirror of
https://github.com/zoriya/noctalia-shell.git
synced 2026-06-02 02:26:00 +00:00
Bugfixes. Better Vertical Bar Support
This commit is contained in:
@@ -393,7 +393,7 @@ Item {
|
||||
return workspaceModel.name.substring(0, root.characterCount)
|
||||
}
|
||||
if (root.labelMode === "index+name") {
|
||||
return (workspaceModel.idx.toString() + " " + workspaceModel.name.substring(0, root.characterCount))
|
||||
return (workspaceModel.idx.toString() + workspaceModel.name.substring(0, 1))
|
||||
}
|
||||
}
|
||||
return workspaceModel.idx.toString()
|
||||
|
||||
Reference in New Issue
Block a user