mirror of
https://github.com/MewoLab/AquaDX.git
synced 2026-02-11 04:47:26 +08:00
[F] reset HideSelfMadeCharts when enter login screen
This commit is contained in:
@@ -77,4 +77,12 @@ public class HideSelfMadeCharts
|
|||||||
_keyPressFrames = 0;
|
_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