Skip to content

Commit 51ea7ab

Browse files
committed
remove empty string init
1 parent b962e4d commit 51ea7ab

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
using System;
1+
using System;
22
using System.Collections.Generic;
33
using System.IO;
44

@@ -15,7 +15,7 @@ public class Settings
1515

1616
public bool EnableRegistrySource { get; set; } = true;
1717
public string CustomizedExplorer { get; set; } = Explorer;
18-
public string CustomizedArgs { get; set; } = "";
18+
public string CustomizedArgs { get; set; }
1919

2020
internal const char SuffixSeperator = ';';
2121

0 commit comments

Comments
 (0)