mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-24 12:19:41 +00:00
Key verification error popup: Remove cancel, empty resolve()
FREEBIE
This commit is contained in:
@@ -62,7 +62,7 @@
|
||||
|
||||
var dialog = new Whisper.ConfirmationDialogView({
|
||||
message: i18n('changedRightAfterVerify', this.model.getTitle(), this.model.getTitle()),
|
||||
resolve: function() {},
|
||||
hideCancel: true
|
||||
});
|
||||
|
||||
dialog.$el.insertBefore(this.el);
|
||||
|
||||
Reference in New Issue
Block a user