mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-08-30 22:25:12 +00: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