From f163ead486cfd90c3aa092dd8ffa872d6d57f67c Mon Sep 17 00:00:00 2001 From: Hongtao Zhang Date: Mon, 28 Nov 2022 17:49:06 -0600 Subject: [PATCH] Remove Launch Hidden feature --- Plugins/Flow.Launcher.Plugin.Explorer/Settings.cs | 2 -- .../Views/ExplorerSettings.xaml | 5 ----- 2 files changed, 7 deletions(-) diff --git a/Plugins/Flow.Launcher.Plugin.Explorer/Settings.cs b/Plugins/Flow.Launcher.Plugin.Explorer/Settings.cs index 3a51255ad..6acaa3279 100644 --- a/Plugins/Flow.Launcher.Plugin.Explorer/Settings.cs +++ b/Plugins/Flow.Launcher.Plugin.Explorer/Settings.cs @@ -56,8 +56,6 @@ namespace Flow.Launcher.Plugin.Explorer public bool QuickAccessKeywordEnabled { get; set; } - public bool LaunchHidden { get; set; } = false; - public bool WarnWindowsSearchServiceOff { get; set; } = true; diff --git a/Plugins/Flow.Launcher.Plugin.Explorer/Views/ExplorerSettings.xaml b/Plugins/Flow.Launcher.Plugin.Explorer/Views/ExplorerSettings.xaml index 539d65b70..7ab91f053 100644 --- a/Plugins/Flow.Launcher.Plugin.Explorer/Views/ExplorerSettings.xaml +++ b/Plugins/Flow.Launcher.Plugin.Explorer/Views/ExplorerSettings.xaml @@ -171,11 +171,6 @@ HorizontalAlignment="Left" Content="{DynamicResource plugin_explorer_use_location_as_working_dir}" IsChecked="{Binding Settings.UseLocationAsWorkingDir}" /> -