We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ff0fc8 commit 03d3c92Copy full SHA for 03d3c92
Plugins/Flow.Launcher.Plugin.Explorer/Languages/en.xaml
@@ -126,8 +126,6 @@
126
<system:String x:Key="plugin_explorer_openresultfolder_subtitle">
127
Use '>' to search in this directory, '*' to search for file extensions or '>*' to combine both searches.
128
</system:String>
129
-
130
131
132
<!-- Everything -->
133
<system:String x:Key="flowlauncher_plugin_everything_sdk_issue">Failed to load Everything SDK</system:String>
Plugins/Flow.Launcher.Plugin.Explorer/Settings.cs
@@ -27,7 +27,6 @@ public class Settings
27
28
public string ExcludedFileTypes { get; set; } = "";
29
30
31
public bool UseLocationAsWorkingDir { get; set; } = false;
32
33
public bool ShowInlinedWindowsContextMenu { get; set; } = false;
0 commit comments