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 { broadcastNativeThemeOnUpdate } from "./native-theme";
|
||||
|
||||
const di = getDi();
|
||||
|
||||
app.setName(appName);
|
||||
|
||||
app.on("ready", async () => {
|
||||
const di = getDi();
|
||||
|
||||
await di.runSetups();
|
||||
|
||||
injectSystemCAs();
|
||||
|
||||
Loading…
Reference in New Issue
Block a user