From 7c3e0e25c4bc09174510780cffd5759cef5dabcf Mon Sep 17 00:00:00 2001 From: Jeremy Wu Date: Tue, 11 Oct 2022 13:37:58 +1100 Subject: [PATCH] formatting --- Flow.Launcher/SettingWindow.xaml.cs | 1 + 1 file changed, 1 insertion(+) 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))