1
0
mirror of https://github.com/lensapp/lens.git synced 2024-11-10 10:36:25 +03:00

Kludge a timing issue until root cause of shared global state is fixed

Co-authored-by: Janne Savolainen <janne.savolainen@live.fi>
Signed-off-by: Iku-turso <mikko.aspiala@gmail.com>
This commit is contained in:
Iku-turso 2022-01-05 15:58:48 +02:00 committed by Janne Savolainen
parent f089d5c9e6
commit d89609415b
No known key found for this signature in database
GPG Key ID: 5F465B5672372402

View File

@ -75,6 +75,8 @@ import trayMenuItemsInjectable from "./tray/tray-menu-items.injectable";
const di = getDi();
app.setName(appName);
di.runSetups().then(() => {
injectSystemCAs();
@ -82,7 +84,6 @@ di.runSetups().then(() => {
const onQuitCleanup = disposer();
SentryInit();
app.setName(appName);
logger.info(`📟 Setting ${productName} as protocol client for lens://`);