forked from Cookies_Github_mirror/AquaDX
[F] reset HideSelfMadeCharts when enter login screen
This commit is contained in:
@@ -77,4 +77,12 @@ public class HideSelfMadeCharts
|
||||
_keyPressFrames = 0;
|
||||
}
|
||||
}
|
||||
|
||||
[HarmonyPostfix]
|
||||
[HarmonyPatch(typeof(EntryProcess), "OnStart")]
|
||||
public static void EntryProcessOnStart(ref EntryProcess __instance)
|
||||
{
|
||||
// reset status on login
|
||||
isShowSelfMadeCharts = true;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user