Skip to content

Commit 79cbe69

Browse files
committed
Remove default loading of .bat extension files
1 parent 236ed5e commit 79cbe69

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
@@ -9,7 +9,7 @@ public class Settings
99
public DateTime LastIndexTime { get; set; }
1010
public List<ProgramSource> ProgramSources { get; set; } = new List<ProgramSource>();
1111
public List<DisabledProgramSource> DisabledProgramSources { get; set; } = new List<DisabledProgramSource>();
12-
public string[] ProgramSuffixes { get; set; } = {"bat", "appref-ms", "exe", "lnk"};
12+
public string[] ProgramSuffixes { get; set; } = {"appref-ms", "exe", "lnk"};
1313

1414
public bool EnableStartMenuSource { get; set; } = true;
1515

0 commit comments

Comments
 (0)