Skip to content

Commit 03d3c92

Browse files
committed
Fix blnak lie
1 parent 2ff0fc8 commit 03d3c92

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

Plugins/Flow.Launcher.Plugin.Explorer/Languages/en.xaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -126,8 +126,6 @@
126126
<system:String x:Key="plugin_explorer_openresultfolder_subtitle">
127127
Use '>' to search in this directory, '*' to search for file extensions or '>*' to combine both searches.
128128
</system:String>
129-
130-
131129

132130
<!-- Everything -->
133131
<system:String x:Key="flowlauncher_plugin_everything_sdk_issue">Failed to load Everything SDK</system:String>

Plugins/Flow.Launcher.Plugin.Explorer/Settings.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ public class Settings
2727

2828
public string ExcludedFileTypes { get; set; } = "";
2929

30-
3130
public bool UseLocationAsWorkingDir { get; set; } = false;
3231

3332
public bool ShowInlinedWindowsContextMenu { get; set; } = false;

0 commit comments

Comments
 (0)