Update Plugins/Flow.Launcher.Plugin.WebSearch/SettingsControl.xaml.cs

Co-authored-by: Jeremy Wu <jeremy24wu@gmail.com>
This commit is contained in:
Kevin Zhang 2021-12-07 23:21:03 -06:00 committed by GitHub
parent ba2853b5c1
commit b286762062
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -21,7 +21,6 @@ namespace Flow.Launcher.Plugin.WebSearch
_context = context;
_settings = viewModel.Settings;
DataContext = viewModel;
}
private void OnAddSearchSearchClick(object sender, RoutedEventArgs e)