mirror of
https://github.com/end-4/dots-hyprland.git
synced 2026-06-11 09:49:30 -05:00
fix console warnings for osds
This commit is contained in:
@@ -7,7 +7,7 @@ pragma ComponentBehavior: Bound
|
||||
Singleton {
|
||||
id: root
|
||||
|
||||
property bool ready: Pipewire.defaultAudioSink?.ready
|
||||
property bool ready: Pipewire.defaultAudioSink?.ready ?? false
|
||||
property var sink: Pipewire.defaultAudioSink
|
||||
property var source: Pipewire.defaultAudioSource
|
||||
|
||||
|
||||
Reference in New Issue
Block a user