Actually fix workspaces, fix dim panel
This commit is contained in:
parent
4f5e18bd69
commit
df1e6e6bbe
3 changed files with 5 additions and 6 deletions
|
|
@ -188,7 +188,7 @@ Item {
|
|||
anchors.fill: parent
|
||||
cursorShape: Qt.PointingHandCursor
|
||||
onClicked: {
|
||||
WorkspaceManager.switchToWorkspace(model.idx);
|
||||
WorkspaceManager.switchToWorkspace(model.id);
|
||||
}
|
||||
z: 20
|
||||
hoverEnabled: true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue