mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Fix blnak lie
This commit is contained in:
parent
2ff0fc8a7d
commit
03d3c9292d
2 changed files with 0 additions and 3 deletions
|
|
@ -126,8 +126,6 @@
|
|||
<system:String x:Key="plugin_explorer_openresultfolder_subtitle">
|
||||
Use '>' to search in this directory, '*' to search for file extensions or '>*' to combine both searches.
|
||||
</system:String>
|
||||
|
||||
|
||||
|
||||
<!-- Everything -->
|
||||
<system:String x:Key="flowlauncher_plugin_everything_sdk_issue">Failed to load Everything SDK</system:String>
|
||||
|
|
|
|||
|
|
@ -27,7 +27,6 @@ namespace Flow.Launcher.Plugin.Explorer
|
|||
|
||||
public string ExcludedFileTypes { get; set; } = "";
|
||||
|
||||
|
||||
public bool UseLocationAsWorkingDir { get; set; } = false;
|
||||
|
||||
public bool ShowInlinedWindowsContextMenu { get; set; } = false;
|
||||
|
|
|
|||
Loading…
Reference in a new issue