mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2026-08-01 01:45:06 +00:00
Save and restore downloads between launches.
This commit is contained in:
@@ -1256,7 +1256,8 @@ bool DocumentData::isNull() const {
|
||||
return !hasRemoteLocation()
|
||||
&& !hasWebLocation()
|
||||
&& _url.isEmpty()
|
||||
&& !uploading();
|
||||
&& !uploading()
|
||||
&& _location.isEmpty();
|
||||
}
|
||||
|
||||
MTPInputDocument DocumentData::mtpInput() const {
|
||||
|
||||
Reference in New Issue
Block a user