1
Fork 0
mirror of https://github.com/redstrate/Kawari.git synced 2025-06-21 07:27:45 +00:00

Call requestResumeInfo when fromAppWaitPlay is called

This fixes the last retail launcher issue I hit when testing locally.

Fixes #19
This commit is contained in:
Joshua Goins 2025-06-17 17:21:01 -04:00
parent 88e73a1633
commit acd11b9122

View file

@ -158,6 +158,7 @@
// it requests the config again?
window.external.user('requestConfig');
window.external.user('requestResumeInfo');
}
window.fromAppWaitPlay = this.checkHandlerType(fromAppWaitPlay);