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 b962e4d commit 51ea7abCopy full SHA for 51ea7ab
Plugins/Flow.Launcher.Plugin.Program/Settings.cs
@@ -1,4 +1,4 @@
1
-using System;
+using System;
2
using System.Collections.Generic;
3
using System.IO;
4
@@ -15,7 +15,7 @@ public class Settings
15
16
public bool EnableRegistrySource { get; set; } = true;
17
public string CustomizedExplorer { get; set; } = Explorer;
18
- public string CustomizedArgs { get; set; } = "";
+ public string CustomizedArgs { get; set; }
19
20
internal const char SuffixSeperator = ';';
21
0 commit comments