Skip to content

Commit

Permalink
fix: Reverting an accidental line deletion
Browse files Browse the repository at this point in the history
Accidentally deleted this line in the last commit. Should have caught in
testing.
  • Loading branch information
bryankennedy committed Dec 28, 2018
1 parent d7c204a commit e5d0684
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main.dev.js
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,7 @@ function loadWindowDelay(mainWindow, mainWindowURL) {
// Load the configured kiosk URL immediately.
function loadWindowNow(mainWindow, mainWindowURL) {
logger.info(`Window - Immediately loading settings URL: ${mainWindowURL}`);
mainWindow.loadURL(mainWindowURL);
}

// Load the appropriate content in the kiosk window based on environment and config settings
Expand Down

0 comments on commit e5d0684

Please sign in to comment.