mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
Get DI cleaner.
Signed-off-by: Panu Horsmalahti <phorsmalahti@mirantis.com>
This commit is contained in:
parent
83d02294cf
commit
cfa0a08f63
@ -58,11 +58,11 @@ import userStoreInjectable from "../common/user-store/user-store.injectable";
|
|||||||
import trayMenuItemsInjectable from "./tray/tray-menu-items.injectable";
|
import trayMenuItemsInjectable from "./tray/tray-menu-items.injectable";
|
||||||
import { broadcastNativeThemeOnUpdate } from "./native-theme";
|
import { broadcastNativeThemeOnUpdate } from "./native-theme";
|
||||||
|
|
||||||
const di = getDi();
|
|
||||||
|
|
||||||
app.setName(appName);
|
app.setName(appName);
|
||||||
|
|
||||||
app.on("ready", async () => {
|
app.on("ready", async () => {
|
||||||
|
const di = getDi();
|
||||||
|
|
||||||
await di.runSetups();
|
await di.runSetups();
|
||||||
|
|
||||||
injectSystemCAs();
|
injectSystemCAs();
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user