Cli tool #9
@@ -48,6 +48,22 @@ Scope {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
IpcHandler {
|
||||||
|
target: "picker"
|
||||||
|
|
||||||
|
function open(): void {
|
||||||
|
root.freeze = false;
|
||||||
|
root.closing = false;
|
||||||
|
root.activeAsync = true;
|
||||||
|
}
|
||||||
|
|
||||||
|
function openFreeze(): void {
|
||||||
|
root.freeze = true;
|
||||||
|
root.closing = false;
|
||||||
|
root.activeAsync = true;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
CustomShortcut {
|
CustomShortcut {
|
||||||
name: "screenshot"
|
name: "screenshot"
|
||||||
onPressed: {
|
onPressed: {
|
||||||
|
|||||||
+1
-1
@@ -246,7 +246,7 @@ MouseArea {
|
|||||||
color: "transparent"
|
color: "transparent"
|
||||||
radius: root.realRounding > 0 ? root.realRounding + root.realBorderWidth : 0
|
radius: root.realRounding > 0 ? root.realRounding + root.realBorderWidth : 0
|
||||||
border.width: root.realBorderWidth
|
border.width: root.realBorderWidth
|
||||||
border.color: Config.accentColor.accents.primary
|
border.color: DynamicColors.palette.m3primary
|
||||||
|
|
||||||
x: selectionRect.x - root.realBorderWidth
|
x: selectionRect.x - root.realBorderWidth
|
||||||
y: selectionRect.y - root.realBorderWidth
|
y: selectionRect.y - root.realBorderWidth
|
||||||
|
|||||||
Reference in New Issue
Block a user