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 2e6728f commit 6fa5075Copy full SHA for 6fa5075
Plugins/Flow.Launcher.Plugin.Explorer/Settings.cs
@@ -28,7 +28,7 @@ public class Settings
28
public string ExcludedFileTypes { get; set; } = "";
29
30
31
- public bool UseLocationAsWorkingDir { get; set; } = true;
+ public bool UseLocationAsWorkingDir { get; set; } = false;
32
33
public bool ShowInlinedWindowsContextMenu { get; set; } = false;
34
0 commit comments