This commit is contained in:
end-4
2025-04-24 19:56:12 +02:00
parent 700b126a9e
commit 49b3107adb
@@ -35,7 +35,7 @@ Item {
Process {
id: closeOverview
command: ["bash", "-c", "qs ipc call overview close &"] // Somehow has to by async to work?
command: ["bash", "-c", "qs ipc call overview close &"] // Somehow has to be async to work?
}
Rectangle {