picker: fix large screenshot not opening/copying to clipboard (#1250)
This commit is contained in:
parent
658e09f896
commit
2b73eac175
1 changed files with 1 additions and 1 deletions
|
|
@ -80,8 +80,8 @@ MouseArea {
|
||||||
} else {
|
} else {
|
||||||
Quickshell.execDetached(["swappy", "-f", path]);
|
Quickshell.execDetached(["swappy", "-f", path]);
|
||||||
}
|
}
|
||||||
|
closeAnim.start();
|
||||||
});
|
});
|
||||||
closeAnim.start();
|
|
||||||
}
|
}
|
||||||
|
|
||||||
onClientsChanged: checkClientRects(mouseX, mouseY)
|
onClientsChanged: checkClientRects(mouseX, mouseY)
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue