Skip to content

Commit 6fa5075

Browse files
committed
Rollback UseLcationAsWorkingDir to false from true
1 parent 2e6728f commit 6fa5075

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ public class Settings
2828
public string ExcludedFileTypes { get; set; } = "";
2929

3030

31-
public bool UseLocationAsWorkingDir { get; set; } = true;
31+
public bool UseLocationAsWorkingDir { get; set; } = false;
3232

3333
public bool ShowInlinedWindowsContextMenu { get; set; } = false;
3434

0 commit comments

Comments
 (0)