mirror of
https://github.com/bitwarden/browser
synced 2026-01-03 00:53:23 +00:00
dialogs have a message title
This commit is contained in:
@@ -140,7 +140,8 @@ export class DesktopPlatformUtilsService implements PlatformUtilsService {
|
||||
const result = remote.dialog.showMessageBox(remote.getCurrentWindow(), {
|
||||
type: type,
|
||||
title: title,
|
||||
message: text,
|
||||
message: title,
|
||||
detail: text,
|
||||
buttons: buttons,
|
||||
cancelId: buttons.length === 2 ? 1 : null,
|
||||
defaultId: 0,
|
||||
|
||||
Reference in New Issue
Block a user