diff --git a/src/ui/stream_dropdown.rs b/src/ui/stream_dropdown.rs index 913b1f7..c2fc872 100644 --- a/src/ui/stream_dropdown.rs +++ b/src/ui/stream_dropdown.rs @@ -118,6 +118,7 @@ mod imp { self.outputdevice_dropdown.set_list_factory(default_dropdown_factory.as_ref()); self.outputdevice_dropdown.set_enable_search(true); + self.outputdevice_dropdown.set_search_match_mode(gtk::StringFilterMatchMode::Substring); self.outputdevice_dropdown