screenshot ipc

This commit is contained in:
Zacharias-Brohn
2026-02-18 23:21:46 +01:00
parent 77060d2457
commit e2eb0631cf
2 changed files with 17 additions and 1 deletions
+16
View File
@@ -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 {
name: "screenshot"
onPressed: {