mirror of
https://github.com/MewoLab/AquaDX.git
synced 2026-02-14 05:17:59 +08:00
[O] ResetTouchAfterTrack -> ResetTouch, add press key to reset (#93)
* [O] ResetTouchAfterTrack -> ResetTouch, add press key to reset * fix * update * fix: Remove not work --------- Co-authored-by: Menci <mencici@msn.com>
This commit is contained in:
@@ -5,6 +5,7 @@ using AquaMai.Config.Types;
|
||||
using AquaMai.Core;
|
||||
using AquaMai.Core.Attributes;
|
||||
using AquaMai.Core.Helpers;
|
||||
using AquaMai.Mods.Tweaks;
|
||||
using AquaMai.Mods.UX;
|
||||
using AquaMai.Mods.UX.PracticeMode;
|
||||
using HarmonyLib;
|
||||
@@ -35,6 +36,7 @@ public class TestProof
|
||||
(typeof(OneKeyRetrySkip), OneKeyRetrySkip.skipKey),
|
||||
(typeof(HideSelfMadeCharts), HideSelfMadeCharts.key),
|
||||
(typeof(PracticeMode), PracticeMode.key),
|
||||
(typeof(ResetTouch), ResetTouch.key),
|
||||
];
|
||||
var keyMapEnabled = ConfigLoader.Config.GetSectionState(typeof(KeyMap)).Enabled;
|
||||
return featureKeys.Any(it =>
|
||||
|
||||
Reference in New Issue
Block a user