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:
parent
f089d5c9e6
commit
d89609415b
@ -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://`);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user