fix notif hide when other popouts visible

This commit is contained in:
2026-04-22 19:23:37 +02:00
parent 3cf206ea43
commit 6316e788b9
+3
View File
@@ -25,6 +25,9 @@ Item {
height += list.itemAtIndex(i)?.nonAnimHeight ?? 0;
if (visibilities && panels) {
if (panels.popouts.hasCurrent && (panels.popouts.currentCenter + (panels.popouts.current?.width / 2)) > panels.notifications.x || visibilities.dashboard)
return 0;
if (visibilities.osd) {
const h = panels.osd.y - 8 * 2 - padding * 2;
if (height > h)