[+] Feature for load self-made charts jacket from file

This commit is contained in:
Clansty
2024-04-22 20:58:01 +08:00
parent b13af00061
commit df863e879f
4 changed files with 51 additions and 0 deletions

View File

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