diff --git a/Flow.Launcher/SettingWindow.xaml.cs b/Flow.Launcher/SettingWindow.xaml.cs index e681d78ab..44c593324 100644 --- a/Flow.Launcher/SettingWindow.xaml.cs +++ b/Flow.Launcher/SettingWindow.xaml.cs @@ -383,6 +383,7 @@ namespace Flow.Launcher } return false; } + private bool PluginStoreFilter(object item) { if (string.IsNullOrEmpty(pluginStoreFilterTxb.Text))