Skip to content

Commit 88d6b0a

Browse files
enable path by default
1 parent 2d0f425 commit 88d6b0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ public class Settings
1515
public bool EnableDescription { get; set; } = false;
1616
public bool HideAppsPath { get; set; } = true;
1717
public bool EnableRegistrySource { get; set; } = true;
18-
public bool EnablePATHSource { get; set; } = false;
18+
public bool EnablePATHSource { get; set; } = true;
1919

2020
public string CustomizedExplorer { get; set; } = Explorer;
2121
public string CustomizedArgs { get; set; } = ExplorerArgs;

0 commit comments

Comments
 (0)