Skip to content

Commit

Permalink
sign off
Browse files Browse the repository at this point in the history
Signed-off-by: Johnny On <[email protected]>
  • Loading branch information
johnnyon-amzn committed Apr 26, 2022
1 parent efa0ed0 commit 0a255c4
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions main.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,6 @@ function createWindow() {
win.webContents.openDevTools();
}





async function viewOSD() {
app.whenReady().then(() => {
createWindow();
Expand All @@ -26,8 +22,7 @@ async function viewOSD() {
if (BrowserWindow.getAllWindows().length === 0) createWindow()
})
})



app.on('window-all-closed', () => {
if (process.platform !== 'darwin') app.quit()
})
Expand Down

0 comments on commit 0a255c4

Please sign in to comment.