diff --git a/AquaMai/Fix/Config.cs b/AquaMai/Fix/Config.cs index 98c2a813..45ed0fa0 100644 --- a/AquaMai/Fix/Config.cs +++ b/AquaMai/Fix/Config.cs @@ -82,4 +82,9 @@ 不能和 HideHanabi 一起使用 en: "Prevent gray network caused by mistakenly thinking it's an AimeDB server issue", zh: "防止因错误认为 AimeDB 服务器问题引起的灰网,建议开启")] public bool IgnoreAimeServerError { get; set; } + + [ConfigComment( + en: "Reset touch panel after playing track", + zh: "在游玩一首曲目后重置触摸面板")] + public bool TouchResetAfterTrack { get; set; } }