From e5a4b7f74584c419972cd840ee64806c783de5c5 Mon Sep 17 00:00:00 2001 From: Clansty Date: Wed, 13 Nov 2024 23:40:18 +0800 Subject: [PATCH] [+] TouchResetAfterTrack --- AquaMai/Fix/Config.cs | 5 +++++ 1 file changed, 5 insertions(+) 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; } }