Skip to content
Snippets Groups Projects
Commit 9a7b5e52 authored by Alexander Birkner's avatar Alexander Birkner
Browse files

Do not close request window by mistake

parent 173c8378
No related branches found
No related tags found
No related merge requests found
......@@ -203,6 +203,7 @@ RocketChat.OTR.Room = class {
text: TAPi18n.__('Username_wants_to_start_otr_Do_you_want_to_accept', { username: user.username }),
html: true,
showCancelButton: true,
allowOutsideClick: false,
confirmButtonText: TAPi18n.__('Yes'),
cancelButtonText: TAPi18n.__('No')
}, (isConfirm) => {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment