mirror of
https://github.com/MewoLab/AquaDX.git
synced 2026-02-10 17:37:27 +08:00
[F] Default string value
This commit is contained in:
@@ -39,10 +39,10 @@ namespace AquaMai
|
|||||||
public bool TestProof { get; set; }
|
public bool TestProof { get; set; }
|
||||||
public bool HideSelfMadeCharts { get; set; }
|
public bool HideSelfMadeCharts { get; set; }
|
||||||
public bool SelectionDetail { get; set; }
|
public bool SelectionDetail { get; set; }
|
||||||
public string CustomVersionString { get; set; }
|
public string CustomVersionString { get; set; } = "";
|
||||||
public string CustomPlaceName { get; set; }
|
public string CustomPlaceName { get; set; } = "";
|
||||||
public string ExecOnIdle { get; set; }
|
public string ExecOnIdle { get; set; } = "";
|
||||||
public string ExecOnEntry { get; set; }
|
public string ExecOnEntry { get; set; } = "";
|
||||||
}
|
}
|
||||||
|
|
||||||
public class PerformanceConfig
|
public class PerformanceConfig
|
||||||
|
|||||||
Reference in New Issue
Block a user