Actually fix workspaces, fix dim panel

This commit is contained in:
Ly-sec 2025-07-27 13:53:00 +02:00
parent 4f5e18bd69
commit df1e6e6bbe
3 changed files with 5 additions and 6 deletions

View file

@ -188,7 +188,7 @@ Item {
anchors.fill: parent
cursorShape: Qt.PointingHandCursor
onClicked: {
WorkspaceManager.switchToWorkspace(model.idx);
WorkspaceManager.switchToWorkspace(model.id);
}
z: 20
hoverEnabled: true