Use later button as cancel behavior (#3896)

This commit is contained in:
Herohtar 2020-01-23 16:52:47 -06:00 committed by Scott Nonnenberg
parent de7bc8b1b1
commit 3b050116fc
1 changed files with 1 additions and 1 deletions

View File

@ -157,7 +157,7 @@ export async function showUpdateDialog(
message: messages.autoUpdateNewVersionMessage.message,
detail: messages.autoUpdateNewVersionInstructions.message,
defaultId: LATER_BUTTON,
cancelId: RESTART_BUTTON,
cancelId: LATER_BUTTON,
};
const { response } = await dialog.showMessageBox(mainWindow, options);