[+] TouchResetAfterTrack

Clansty 2024-11-13 23:40:18 +08:00
parent 478db15211
commit e5a4b7f745
No known key found for this signature in database
GPG Key ID: 3A6BE8BAF2EDE134
1 changed files with 5 additions and 0 deletions

View File

@ -82,4 +82,9 @@ public class Config
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; }
}