mirror of
https://github.com/Qz3rK/tdesktop.git
synced 2026-07-03 14:15:08 +02:00
Bot close confirm closes only by Close button.
This commit is contained in:
@@ -1073,7 +1073,7 @@ void Panel::closeWithConfirmation() {
|
||||
});
|
||||
if (!weak) {
|
||||
return;
|
||||
} else if (result.id != "cancel") {
|
||||
} else if (result.id == "close") {
|
||||
_delegate->botClose();
|
||||
} else {
|
||||
_closeWithConfirmationScheduled = false;
|
||||
|
||||
Reference in New Issue
Block a user