mirror of
https://github.com/MewoLab/AquaDX.git
synced 2026-02-12 03:27:58 +08:00
[+] Add options
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user