mirror of
https://github.com/vale981/tdesktop
synced 2025-03-06 02:01:40 -05:00
Don't close send files box by outside click.
This commit is contained in:
parent
bfae205fbe
commit
ca6a331a26
1 changed files with 3 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue