forked from quickshell/quickshell
service/pipewire: don't use configured default devices
These don't appear to be intended for use by applications, only the non configured ones. This fixes the default device being unset on many computers and the device being lost on actions like headphone unplug which replace it.
This commit is contained in:
parent
bd8978375b
commit
931aca5392
2 changed files with 4 additions and 25 deletions
|
@ -55,9 +55,7 @@ private:
|
|||
PwBindableRef<PwMetadata> defaultSinkHolder;
|
||||
PwBindableRef<PwMetadata> defaultSourceHolder;
|
||||
|
||||
bool sinkConfigured = false;
|
||||
QString mDefaultSink;
|
||||
bool sourceConfigured = false;
|
||||
QString mDefaultSource;
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue