From ee38561ece4313525f5ee26be33f2bcb4ef6c984 Mon Sep 17 00:00:00 2001 From: Jeremy Date: Fri, 3 Sep 2021 07:47:52 +1000 Subject: [PATCH] allow File Content search to be toggled on off --- Plugins/Flow.Launcher.Plugin.Explorer/Settings.cs | 2 -- .../Views/ActionKeywordSetting.xaml | 3 +-- .../Views/ActionKeywordSetting.xaml.cs | 4 ---- 3 files changed, 1 insertion(+), 8 deletions(-) diff --git a/Plugins/Flow.Launcher.Plugin.Explorer/Settings.cs b/Plugins/Flow.Launcher.Plugin.Explorer/Settings.cs index 668af1612..e27abaa93 100644 --- a/Plugins/Flow.Launcher.Plugin.Explorer/Settings.cs +++ b/Plugins/Flow.Launcher.Plugin.Explorer/Settings.cs @@ -1,9 +1,7 @@ using Flow.Launcher.Plugin.Explorer.Search; using Flow.Launcher.Plugin.Explorer.Search.QuickAccessLinks; -using Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption; using System; using System.Collections.Generic; -using System.IO; namespace Flow.Launcher.Plugin.Explorer { diff --git a/Plugins/Flow.Launcher.Plugin.Explorer/Views/ActionKeywordSetting.xaml b/Plugins/Flow.Launcher.Plugin.Explorer/Views/ActionKeywordSetting.xaml index a497d2b26..19542dcac 100644 --- a/Plugins/Flow.Launcher.Plugin.Explorer/Views/ActionKeywordSetting.xaml +++ b/Plugins/Flow.Launcher.Plugin.Explorer/Views/ActionKeywordSetting.xaml @@ -30,8 +30,7 @@ + VerticalAlignment="Center" IsChecked="{Binding Enabled}" />