fix flyouts on multiple monitors, update mds

This commit is contained in:
Damocles 2026-04-12 15:30:35 +02:00
parent ab2eb2578e
commit 75a94628ad
7 changed files with 36 additions and 11 deletions

View file

@ -5,4 +5,5 @@ QtObject {
property bool visible: false
property string text: ""
property real itemX: 0
property var screen: null
}