Rename Selector -> Picker in theme

This commit is contained in:
Max Brunsfeld 2022-04-28 14:45:32 -07:00
parent 79fad42424
commit a60c75e343
18 changed files with 32 additions and 32 deletions

View file

@ -227,9 +227,9 @@ impl PickerDelegate for FileFinder {
let path_match = &self.matches[ix];
let settings = cx.global::<Settings>();
let style = if selected {
&settings.theme.selector.active_item
&settings.theme.picker.active_item
} else {
&settings.theme.selector.item
&settings.theme.picker.item
};
let (file_name, file_name_positions, full_path, full_path_positions) =
self.labels_for_match(path_match);