mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-23 11:56:00 +01:00
missing buttons from updater
This commit is contained in:
parent
ee0938512c
commit
c9645ef262
@ -788,8 +788,8 @@
|
|||||||
"updateAvailableDesc": {
|
"updateAvailableDesc": {
|
||||||
"message": "An update was found. Do you want to download it now?"
|
"message": "An update was found. Do you want to download it now?"
|
||||||
},
|
},
|
||||||
"update": {
|
"restart": {
|
||||||
"message": "Update"
|
"message": "Restart"
|
||||||
},
|
},
|
||||||
"later": {
|
"later": {
|
||||||
"message": "Later"
|
"message": "Later"
|
||||||
|
@ -56,6 +56,9 @@ export class UpdaterMain {
|
|||||||
if (this.doingUpdateCheckWithFeedback && this.main.windowMain.win != null) {
|
if (this.doingUpdateCheckWithFeedback && this.main.windowMain.win != null) {
|
||||||
dialog.showMessageBox(this.main.windowMain.win, {
|
dialog.showMessageBox(this.main.windowMain.win, {
|
||||||
message: this.main.i18nService.t('noUpdatesAvailable'),
|
message: this.main.i18nService.t('noUpdatesAvailable'),
|
||||||
|
buttons: [this.main.i18nService.t('ok')],
|
||||||
|
defaultId: 0,
|
||||||
|
noLink: true,
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user