fix(properties): restore standalone window startup

This commit is contained in:
NimBold
2026-08-05 22:57:58 +03:30
parent b36f55e5b5
commit 5d90b07fd7
4 changed files with 49 additions and 20 deletions
+5
View File
@@ -416,6 +416,11 @@ export const PropertiesWindowApp = () => {
window.clearInterval(readyRetryTimer);
readyRetryTimer = undefined;
}
} catch (error) {
// Native visibility is established by the opener. Keep the
// loading shell usable when the optional ready-state update is
// delayed or rejected, and let the next snapshot retry it.
setErrorMessage(errorText(error));
} finally {
revealInFlightRef.current = false;
}