Remove Launch Hidden feature

This commit is contained in:
Hongtao Zhang 2022-11-28 17:49:06 -06:00
parent 718ed33321
commit f163ead486
No known key found for this signature in database
GPG key ID: 75F655B91C7AC9BB
2 changed files with 0 additions and 7 deletions

View file

@ -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;

View file

@ -171,11 +171,6 @@
HorizontalAlignment="Left"
Content="{DynamicResource plugin_explorer_use_location_as_working_dir}"
IsChecked="{Binding Settings.UseLocationAsWorkingDir}" />
<CheckBox
Margin="0,10,0,0"
HorizontalAlignment="Left"
Content="{DynamicResource plugin_explorer_launch_hidden}"
IsChecked="{Binding Settings.LaunchHidden}" />
<StackPanel Margin="0,10,0,10" Orientation="Horizontal">
<Grid>
<Grid.ColumnDefinitions>