Merge branch 'Ly-sec:main' into main

This commit is contained in:
Jose Chasey Pratama 2025-07-27 22:11:34 +07:00 committed by GitHub
commit f47fcaa56a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 107 additions and 7 deletions

View file

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