fix(sound): do not set default device when active route is found
This commit is contained in:
parent
bddf1e62b5
commit
9165b42099
1 changed files with 2 additions and 2 deletions
|
|
@ -486,12 +486,12 @@ impl Model {
|
|||
pipewire::Direction::Output => (
|
||||
self.active_sink_device.clone(),
|
||||
&self.sink_node_ids,
|
||||
Self::set_default_sink_node_id,
|
||||
Self::set_default_sink_id,
|
||||
),
|
||||
pipewire::Direction::Input => (
|
||||
self.active_source_device.clone(),
|
||||
&self.source_node_ids,
|
||||
Self::set_default_source_node_id,
|
||||
Self::set_default_source_id,
|
||||
),
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue