Bugfixes. Better Vertical Bar Support

This commit is contained in:
Corey Woodworth
2025-11-16 20:09:14 -05:00
parent 064b894fbc
commit 1f0485dff2
+1 -1
View File
@@ -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()