fix: fix + simplify workspaces

This commit is contained in:
ferreo 2025-07-16 11:19:44 +01:00
parent cd76f0d7ac
commit 9db46e3c9f
3 changed files with 28 additions and 129 deletions

View file

@ -64,6 +64,7 @@ Item {
localWorkspaces.append(ws);
}
}
workspaceRepeater.model = localWorkspaces;
updateWorkspaceFocus();
}
@ -176,9 +177,6 @@ Item {
scale: model.isFocused ? 1.0 : 0.9
z: 0
ToolTip.visible: pillMouseArea.containsMouse
ToolTip.text: `${model.output}:${model.idx} (ID: ${model.id})`
ToolTip.delay: 500
MouseArea {
id: pillMouseArea
anchors.fill: parent