mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-04-26 14:23:09 +00:00
kwin/convergentwindows: Fix property call
This commit is contained in:
parent
f949ea7fdf
commit
e5c80e5f38
1 changed files with 1 additions and 1 deletions
|
|
@ -33,7 +33,7 @@ Item {
|
||||||
}
|
}
|
||||||
|
|
||||||
Connections {
|
Connections {
|
||||||
target: Workspace
|
target: KWinComponents.Workspace
|
||||||
|
|
||||||
function onWindowAdded(client) {
|
function onWindowAdded(client) {
|
||||||
if (client.normalWindow) {
|
if (client.normalWindow) {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue