[F] Default string value
Build AquaMai / build (SDEZ) (push) Has been cancelled Details
Build AquaMai / build (SDGA145) (push) Has been cancelled Details

pull/55/head
Clansty 2024-09-24 20:17:27 +08:00
parent 3c6ecf1563
commit 0d9c7a4cc2
No known key found for this signature in database
GPG Key ID: 3A6BE8BAF2EDE134
1 changed files with 4 additions and 4 deletions

View File

@ -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