diff --git a/build/build_number.txt b/build/build_number.txt index 9e42f3e..cdffbbc 100644 --- a/build/build_number.txt +++ b/build/build_number.txt @@ -1 +1 @@ -165 +166 diff --git a/src/main/autoupdate.ts b/src/main/autoupdate.ts index ac5b087..2cb2775 100644 --- a/src/main/autoupdate.ts +++ b/src/main/autoupdate.ts @@ -43,8 +43,9 @@ export default class { autoUpdater.on('update-not-available', () => { if (this.manualUpdate) { dialog.showMessageBox({ - title: 'Witsy', - message: 'You are already using the latest version of Witsy.', + type: 'info', + message: 'Witsy', + detail: 'You are already using the latest version of Witsy.', }) } })