mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-06-05 06:33:57 +02:00
Fix large file export progress display.
This commit is contained in:
parent
2b1ed79011
commit
9d0d97d5bf
2 changed files with 3 additions and 3 deletions
|
@ -77,8 +77,8 @@ struct ProcessingState {
|
||||||
uint64 bytesRandomId = 0;
|
uint64 bytesRandomId = 0;
|
||||||
FileType bytesType = FileType::None;
|
FileType bytesType = FileType::None;
|
||||||
QString bytesName;
|
QString bytesName;
|
||||||
int bytesLoaded = 0;
|
int64 bytesLoaded = 0;
|
||||||
int bytesCount = 0;
|
int64 bytesCount = 0;
|
||||||
};
|
};
|
||||||
|
|
||||||
struct ApiErrorState {
|
struct ApiErrorState {
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
Subproject commit e6b728805b07978b901aa3eb5da81d29519ed4f1
|
Subproject commit 0d37d47eca896005eb0a645e0db461f4dafb317b
|
Loading…
Add table
Reference in a new issue