mirror of
https://github.com/bitwarden/browser
synced 2026-01-07 02:53:28 +00:00
missing buttons from updater
This commit is contained in:
@@ -56,6 +56,9 @@ export class UpdaterMain {
|
||||
if (this.doingUpdateCheckWithFeedback && this.main.windowMain.win != null) {
|
||||
dialog.showMessageBox(this.main.windowMain.win, {
|
||||
message: this.main.i18nService.t('noUpdatesAvailable'),
|
||||
buttons: [this.main.i18nService.t('ok')],
|
||||
defaultId: 0,
|
||||
noLink: true,
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user