[+] Save immediate after playing a song

This commit is contained in:
Clansty
2024-06-16 17:58:20 +08:00
parent 80555f9c96
commit d686c48a0b
4 changed files with 197 additions and 1 deletions

View File

@@ -27,6 +27,7 @@ namespace AquaMai
public bool DemoMaster { get; set; }
public bool ExtendTimer { get; set; }
public bool SkipEventInfo { get; set; }
public bool ImmediateSave { get; set; }
public string CustomVersionString { get; set; }
public string ExecOnIdle { get; set; }
public string ExecOnEntry { get; set; }