mirror of https://github.com/hykilpikonna/AquaDX
[F] Default string value
parent
3c6ecf1563
commit
0d9c7a4cc2
|
@ -39,10 +39,10 @@ namespace AquaMai
|
|||
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
|
||||
|
|
Loading…
Reference in New Issue