feat: add await to ensure HydraApi is setup before renderer opens window

This commit is contained in:
Zamitto
2025-04-18 07:22:01 -03:00
parent 97589e63fa
commit b8084d6f67

View File

@@ -32,7 +32,7 @@ export const loadState = async () => {
Ludusavi.addManifestToLudusaviConfig();
HydraApi.setupApi().then(() => {
await HydraApi.setupApi().then(() => {
uploadGamesBatch();
});