From f3fe26bd55f8da09aa8487b8b89ade76c775a20b Mon Sep 17 00:00:00 2001 From: Hongtao Zhang Date: Thu, 24 Nov 2022 15:08:54 -0600 Subject: [PATCH] Adjust ComboBox binding --- .../Views/ExplorerSettings.xaml | 15 +++++---------- 1 file changed, 5 insertions(+), 10 deletions(-) diff --git a/Plugins/Flow.Launcher.Plugin.Explorer/Views/ExplorerSettings.xaml b/Plugins/Flow.Launcher.Plugin.Explorer/Views/ExplorerSettings.xaml index 5a3f73b0a..539d65b70 100644 --- a/Plugins/Flow.Launcher.Plugin.Explorer/Views/ExplorerSettings.xaml +++ b/Plugins/Flow.Launcher.Plugin.Explorer/Views/ExplorerSettings.xaml @@ -161,11 +161,6 @@ - - - - - + SelectedItem="{Binding SelectedIndexSearchEngine}" + DisplayMemberPath="Description"/> + SelectedItem="{Binding SelectedContentSearchEngine}" + DisplayMemberPath="Description"/>