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 2d0f425 commit 88d6b0aCopy full SHA for 88d6b0a
Plugins/Flow.Launcher.Plugin.Program/Settings.cs
@@ -15,7 +15,7 @@ public class Settings
15
public bool EnableDescription { get; set; } = false;
16
public bool HideAppsPath { get; set; } = true;
17
public bool EnableRegistrySource { get; set; } = true;
18
- public bool EnablePATHSource { get; set; } = false;
+ public bool EnablePATHSource { get; set; } = true;
19
20
public string CustomizedExplorer { get; set; } = Explorer;
21
public string CustomizedArgs { get; set; } = ExplorerArgs;
0 commit comments