Skip to content

Commit

Permalink
update dialog fix
Browse files Browse the repository at this point in the history
  • Loading branch information
nbonamy committed Apr 26, 2024
1 parent a4bd61d commit 9484a38
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build/build_number.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
165
166
5 changes: 3 additions & 2 deletions src/main/autoupdate.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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.',
})
}
})
Expand Down

0 comments on commit 9484a38

Please sign in to comment.