mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-04-18 23:27:09 +02:00
Actually fix display SendFilesBox via historyAttach button.
This commit is contained in:
parent
2b8951b2ac
commit
288b7ba100
1 changed files with 1 additions and 1 deletions
|
@ -3088,7 +3088,7 @@ void HistoryWidget::chooseAttach() {
|
|||
if (list.allFilesForCompress || list.albumIsPossible) {
|
||||
confirmSendingFiles(std::move(list), CompressConfirm::Auto);
|
||||
} else if (!showSendingFilesError(list)) {
|
||||
uploadFiles(std::move(list), SendMediaType::File);
|
||||
confirmSendingFiles(std::move(list), CompressConfirm::No);
|
||||
}
|
||||
}
|
||||
}));
|
||||
|
|
Loading…
Add table
Reference in a new issue