Skip to content

Commit

Permalink
[F] Default string value
Browse files Browse the repository at this point in the history
  • Loading branch information
clansty committed Sep 24, 2024
1 parent 3c6ecf1 commit 0d9c7a4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions AquaMai/Config.cs
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,10 @@ public class UXConfig
public bool TestProof { get; set; }
public bool HideSelfMadeCharts { get; set; }
public bool SelectionDetail { get; set; }
public string CustomVersionString { get; set; }
public string CustomPlaceName { get; set; }
public string ExecOnIdle { get; set; }
public string ExecOnEntry { get; set; }
public string CustomVersionString { get; set; } = "";
public string CustomPlaceName { get; set; } = "";
public string ExecOnIdle { get; set; } = "";
public string ExecOnEntry { get; set; } = "";
}

public class PerformanceConfig
Expand Down

0 comments on commit 0d9c7a4

Please sign in to comment.