Skip to content

Commit

Permalink
Accidently removed the buttons from the restart dialog, the only opti…
Browse files Browse the repository at this point in the history
…on was to apply immediatly, whoops
  • Loading branch information
jtsage committed Oct 28, 2022
1 parent d11ef34 commit 60d3fbc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modAssist_main.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ if ( process.platform === 'win32' && app.isPackaged && gotTheLock ) {
clearInterval(updaterInterval)
const dialogOpts = {
type : 'info',
buttons : ['Restart', 'Later'],
title : 'Application Update',
message : process.platform === 'win32' ? releaseNotes : releaseName,
detail : 'A new version has been downloaded. Restart the application to apply the updates.',
Expand Down

0 comments on commit 60d3fbc

Please sign in to comment.