Skip to content

Commit

Permalink
Merge pull request #6 from andrevmatos/fix/toggle-all-desktops
Browse files Browse the repository at this point in the history
fix toggle all desktops button
  • Loading branch information
moodyhunter authored Mar 10, 2024
2 parents c787f66 + 52c349a commit 8307c7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package/contents/ui/PlasmaTasksModel.qml
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ Item {
}

function togglePinToAllDesktops() {
tasksModel.requestVirtualDesktops(modelIndex(), 0);
tasksModel.requestVirtualDesktops(modelIndex(), isOnAllDesktops ? [virtualDesktopInfo.currentDesktop] : []);
}

function toggleKeepAbove() {
Expand Down

0 comments on commit 8307c7a

Please sign in to comment.