Skip to content

Commit

Permalink
Test build
Browse files Browse the repository at this point in the history
  • Loading branch information
dkdkwizard committed Feb 14, 2024
1 parent 10595f5 commit 80d79c3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions electron-main.js
Original file line number Diff line number Diff line change
Expand Up @@ -189,6 +189,7 @@ const loadShadowWindow = () => {

function createWindow() {
// Create the browser window.
console.log('Creating main window');
mainWindow = new BrowserWindow({
width: 1300,
height: 650,
Expand All @@ -205,6 +206,8 @@ function createWindow() {
trafficLightPosition: { x: 12, y: 14 },
vibrancy: 'light'
});
console.log(mainWindow);
mainWindow.show();

electronRemote.enable(mainWindow.webContents);

Expand Down

0 comments on commit 80d79c3

Please sign in to comment.