From 49b26952a1c9a73d5a3e7e0e26805de88150c766 Mon Sep 17 00:00:00 2001 From: Anastasiia Solop <35258279+anastasiya1155@users.noreply.github.com> Date: Wed, 30 Aug 2023 18:01:19 +0300 Subject: [PATCH] don't render app before splash screen closed (#908) --- apps/desktop/index.html | 3 +++ apps/desktop/src/App.tsx | 4 +++- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/apps/desktop/index.html b/apps/desktop/index.html index 6531bb92ec..91a82d9c15 100644 --- a/apps/desktop/index.html +++ b/apps/desktop/index.html @@ -16,6 +16,9 @@
+ diff --git a/apps/desktop/src/App.tsx b/apps/desktop/src/App.tsx index a8716ed0f5..91037a23cc 100644 --- a/apps/desktop/src/App.tsx +++ b/apps/desktop/src/App.tsx @@ -212,7 +212,9 @@ function App() {
- + {!shouldShowSplashScreen && ( + + )}