fix: volume-osd popup

This commit is contained in:
kossLAN 2025-10-15 15:47:35 -04:00
parent 29658fa910
commit c48aca3d0c
Signed by: kossLAN
SSH key fingerprint: SHA256:bdV0x+wdQHGJ6LgmstH3KV8OpWY+OOFmJcPcB0wQPV8
3 changed files with 21 additions and 22 deletions

View file

@ -6,7 +6,7 @@ import qs
RowLayout {
spacing: 6
visible: Hyprland.monitors.values.length != 0
visible: Hyprland.workspaces.values.some(ws => ws.monitor === Hyprland.monitorFor(screen))
required property var screen