[+] Skip to next step or restart current song

This commit is contained in:
Clansty
2024-04-23 17:34:37 +08:00
parent f6cf157930
commit c8db3ec762
4 changed files with 90 additions and 0 deletions

View File

@@ -20,6 +20,7 @@ namespace AquaMai
public bool SinglePlayer { get; set; }
public bool SkipToMusicSelection { get; set; }
public bool LoadJacketPng { get; set; }
public bool QuickSkip { get; set; }
public string CustomVersionString { get; set; }
}