mirror of
https://github.com/zoriya/noctalia-shell.git
synced 2026-06-06 03:55:02 +00:00
Actually fix workspaces, fix dim panel
This commit is contained in:
@@ -188,7 +188,7 @@ Item {
|
||||
anchors.fill: parent
|
||||
cursorShape: Qt.PointingHandCursor
|
||||
onClicked: {
|
||||
WorkspaceManager.switchToWorkspace(model.idx);
|
||||
WorkspaceManager.switchToWorkspace(model.id);
|
||||
}
|
||||
z: 20
|
||||
hoverEnabled: true
|
||||
|
||||
Reference in New Issue
Block a user