mirror of https://github.com/hykilpikonna/AquaDX
[F] reset HideSelfMadeCharts when enter login screen
parent
91238c3a9c
commit
d2174364b2
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue