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
6 changed files with 107 additions and 7 deletions
+1 -1
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