[+] QuickEndPlay button when notes play end

This commit is contained in:
Clansty
2024-10-16 01:01:32 +08:00
parent f716ab0c1b
commit 1810bbe2d5
7 changed files with 79 additions and 0 deletions

View File

@@ -85,6 +85,7 @@ namespace AquaMai
public bool IWontTapOrSlideVigorously { get; set; }
public bool SkipGameOverScreen { get; set; }
public bool SkipTrackStart { get; set; }
public bool ShowQuickEndPlay { get; set; }
}
public class WindowStateConfig