[+] Add options

This commit is contained in:
Clansty
2024-10-04 19:38:02 +08:00
parent 2cea66cba5
commit 12724cea56
7 changed files with 40 additions and 48 deletions

View File

@@ -39,6 +39,8 @@ namespace AquaMai
public bool TestProof { get; set; }
public bool HideSelfMadeCharts { get; set; }
public bool CustomFont { get; set; }
public bool CustomNoteSkin { get; set; }
public bool TrackStartProcessTweak { get; set; }
public string CustomVersionString { get; set; } = "";
public string CustomPlaceName { get; set; } = "";
public string ExecOnIdle { get; set; } = "";
@@ -55,6 +57,7 @@ namespace AquaMai
public int ExtendNotesPool { get; set; }
public bool FrameRateLock { get; set; }
public bool FontFix { get; set; }
public bool SlideJudgeTweak { get; set; }
}
public class UtilsConfig