[+] 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

@@ -215,6 +215,15 @@ namespace AquaMai.Resources {
}
}
/// <summary>
/// Looks up a localized string similar to Skip.
/// </summary>
internal static string Skip {
get {
return ResourceManager.GetString("Skip", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Speed.
/// </summary>