hyprland: fix null error
This commit is contained in:
parent
d3462ee56b
commit
d6820bed15
1 changed files with 1 additions and 1 deletions
|
|
@ -93,7 +93,7 @@ Singleton {
|
||||||
root.activeClient = clientComp.createObject(root, {
|
root.activeClient = clientComp.createObject(root, {
|
||||||
lastIpcObject: client
|
lastIpcObject: client
|
||||||
});
|
});
|
||||||
} else {
|
} else if (rClient) {
|
||||||
rClient.destroy();
|
rClient.destroy();
|
||||||
root.activeClient = null;
|
root.activeClient = null;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue