Overlay works perfectly with multiple running at once

This commit is contained in:
2026-07-05 14:42:10 -07:00
parent cb711ef669
commit 0e2dc7ea5b
6 changed files with 94 additions and 16 deletions

View File

@@ -32,5 +32,13 @@ ShellRoot {
}
Shell.Corners { }
// Shell.Keystrokes { }
Shell.Overlay { }
Component {
id: overlay
Shell.Overlay {}
}
IpcHandler {
target: 'overlay'
function open() {overlay.createObject(this, {})}
}
}