mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-08-31 14:38:15 +00:00
Don't close send files box by outside click.
This commit is contained in:
@@ -4250,7 +4250,9 @@ bool HistoryWidget::confirmSendingFiles(
|
||||
}));
|
||||
|
||||
ActivateWindowDelayed(controller());
|
||||
Ui::show(std::move(box));
|
||||
const auto shown = Ui::show(std::move(box));
|
||||
shown->setCloseByOutsideClick(false);
|
||||
|
||||
return true;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user