[+] HanabiFix + HideHanabi

This commit is contained in:
Clansty
2024-10-04 20:48:06 +08:00
parent f7c1714cb8
commit 7e5467935b
6 changed files with 54 additions and 0 deletions

View File

@@ -41,6 +41,7 @@ namespace AquaMai
public bool CustomFont { get; set; }
public bool CustomNoteSkin { get; set; }
public bool TrackStartProcessTweak { get; set; }
public bool HideHanabi { get; set; }
public string CustomVersionString { get; set; } = "";
public string CustomPlaceName { get; set; } = "";
public string ExecOnIdle { get; set; } = "";
@@ -58,6 +59,7 @@ namespace AquaMai
public bool FrameRateLock { get; set; }
public bool FontFix { get; set; }
public bool SlideJudgeTweak { get; set; }
public bool HanabiFix { get; set; }
}
public class UtilsConfig