mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-24 12:19:41 +00:00
Update Electron to 6.0.1, SQLCipher to 4.2.0
This commit is contained in:
@@ -14,7 +14,7 @@ function handleError(prefix, error) {
|
||||
|
||||
if (app.isReady()) {
|
||||
// title field is not shown on macOS, so we don't use it
|
||||
const buttonIndex = dialog.showMessageBox({
|
||||
const buttonIndex = dialog.showMessageBoxSync({
|
||||
buttons: [quitText, copyErrorAndQuitText],
|
||||
defaultId: 0,
|
||||
detail: redactAll(error.stack),
|
||||
|
||||
Reference in New Issue
Block a user