Skip to content

Commit

Permalink
added okay button for updater popup
Browse files Browse the repository at this point in the history
  • Loading branch information
w00000dy committed Dec 19, 2020
1 parent 70676f1 commit 1b5f37f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ <h4>New update available!</h4>
</div>
<div class="modal-footer">
<a class="modal-close waves-effect waves-green btn-flat" onclick="remindLater()">Remind me later</a>
<a class="modal-close waves-effect waves-green btn-flat">Okay</a>
<a class="modal-close waves-effect waves-green btn-flat" onclick="openRelease()">Download update</a>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion main.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ function createWindow() {
win.loadFile('index.html')

// remove menubar
// win.removeMenu()
win.removeMenu()

// Open the DevTools.
// win.webContents.openDevTools()
Expand Down

0 comments on commit 1b5f37f

Please sign in to comment.