Skip to content

Commit

Permalink
Set substring search match mode for stream dropdown as well.
Browse files Browse the repository at this point in the history
  • Loading branch information
saivert committed Jun 26, 2024
1 parent e446b3d commit db53d37
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/ui/stream_dropdown.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit db53d37

Please sign in to comment.