fix ts type error
This commit is contained in:
@@ -19,7 +19,6 @@ function createWindow(): void {
|
||||
autoHideMenuBar: true,
|
||||
titleBarStyle: "hiddenInset",
|
||||
trafficLightPosition: { x: 15, y: 10 },
|
||||
...(process.platform === "linux" ? { icon } : {}),
|
||||
webPreferences: {
|
||||
preload: join(__dirname, "../preload/index.js"),
|
||||
sandbox: false,
|
||||
|
||||
Reference in New Issue
Block a user