diff --git a/src/renderer/bootstrap.tsx b/src/renderer/bootstrap.tsx index 6d0ce9b758..bf8efd968c 100644 --- a/src/renderer/bootstrap.tsx +++ b/src/renderer/bootstrap.tsx @@ -70,6 +70,4 @@ export async function bootstrap(App: AppComponent) { } // run -setTimeout(() => { - bootstrap(process.isMainFrame ? LensApp : App); -}, 0); +bootstrap(process.isMainFrame ? LensApp : App);