fix: fix + simplify workspaces
This commit is contained in:
parent
cd76f0d7ac
commit
9db46e3c9f
3 changed files with 28 additions and 129 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue