Skip to content

Commit

Permalink
[+] TouchResetAfterTrack
Browse files Browse the repository at this point in the history
  • Loading branch information
clansty committed Nov 13, 2024
1 parent 478db15 commit e5a4b7f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions AquaMai/Fix/Config.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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; }
}

0 comments on commit e5a4b7f

Please sign in to comment.