This commit is contained in:
Zacharias-Brohn
2026-02-14 18:20:28 +01:00
parent 4286122a97
commit c5b769b6e0
6 changed files with 36 additions and 11 deletions
+4 -3
View File
@@ -23,10 +23,11 @@ RowLayout {
required property ShellScreen screen
function checkPopout(x: real): void {
const ch = childAt(x, height / 2) as WrappedLoader;
const ch = childAt(x, 2) as WrappedLoader;
if (!ch && !popouts.currentName.includes("traymenu")) {
popouts.hasCurrent = false;
if (!ch) {
if ( !popouts.currentName.includes("traymenu") )
popouts.hasCurrent = false;
return;
}