region selector: switch to rect region mode for region record

(circle selection mode won't show the breathing border)
This commit is contained in:
end-4
2026-03-29 23:59:04 +02:00
parent f6f07d4f65
commit 0c3be42218
@@ -291,6 +291,7 @@ PanelWindow {
Quickshell.execDetached(command);
if (root.action == RegionSelection.SnipAction.Record || root.action == RegionSelection.SnipAction.RecordWithSound) {
root.phase = RegionSelection.Phase.Post
root.selectionMode = RegionSelection.SelectionMode.RectCorners
} else {
root.dismiss();
}