mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
fix electronBrowserWindowInjectable id
Signed-off-by: Jari Kolehmainen <jari.kolehmainen@gmail.com>
This commit is contained in:
parent
a4e39937fa
commit
7b144b09b6
@ -7,7 +7,7 @@ import type { BrowserWindowConstructorOptions } from "electron";
|
|||||||
import { BrowserWindow } from "electron";
|
import { BrowserWindow } from "electron";
|
||||||
|
|
||||||
const electronBrowserWindowInjectable = getInjectable({
|
const electronBrowserWindowInjectable = getInjectable({
|
||||||
id: "electron",
|
id: "electron-browser-window",
|
||||||
instantiate: () => {
|
instantiate: () => {
|
||||||
return (opts: BrowserWindowConstructorOptions) => {
|
return (opts: BrowserWindowConstructorOptions) => {
|
||||||
return new BrowserWindow(opts);
|
return new BrowserWindow(opts);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user