mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-06-05 06:33:57 +02:00
parent
556f36ba7e
commit
226ca6d117
1 changed files with 1 additions and 1 deletions
|
@ -912,9 +912,9 @@ void DocumentData::save(
|
||||||
if (_loader) {
|
if (_loader) {
|
||||||
if (!_loader->setFileName(toFile)) {
|
if (!_loader->setFileName(toFile)) {
|
||||||
cancel();
|
cancel();
|
||||||
_flags &= ~Flag::DownloadCancelled;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
_flags &= ~Flag::DownloadCancelled;
|
||||||
|
|
||||||
if (_loader) {
|
if (_loader) {
|
||||||
if (fromCloud == LoadFromCloudOrLocal) {
|
if (fromCloud == LoadFromCloudOrLocal) {
|
||||||
|
|
Loading…
Add table
Reference in a new issue