More fixes for Network, NotificationHistory etc

This commit is contained in:
Ly-sec 2025-08-16 14:25:54 +02:00
parent 3e001f1282
commit 56ad08816e
6 changed files with 52 additions and 20 deletions

View file

@ -91,7 +91,7 @@ NLoader {
MouseArea {
id: screenEdgeMouseArea
x: 0
y: modelData.geometry.height - (fullHeight + 10 * scaling)
y: modelData && modelData.geometry ? modelData.geometry.height - (fullHeight + 10 * scaling) : 0
width: screen.width
height: fullHeight + 10 * scaling
hoverEnabled: true