Fix Settings button not showing when after playing (#112)

This commit is contained in:
redphx 2023-08-26 18:02:53 +07:00
parent d1c724ff2c
commit 26498efa7c

View File

@ -3340,6 +3340,8 @@ function onHistoryChanged() {
TouchController.reset();
LoadingScreen.reset();
setTimeout(checkHeader, 2000);
}