From db53d37492857f81b5c8321094831473c6a4fbe9 Mon Sep 17 00:00:00 2001 From: Nicolai Syvertsen Date: Wed, 26 Jun 2024 20:48:20 +0200 Subject: [PATCH] Set substring search match mode for stream dropdown as well. --- src/ui/stream_dropdown.rs | 1 + 1 file changed, 1 insertion(+) 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