mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2026-07-25 06:54:43 +00:00
Fix large file export progress display.
This commit is contained in:
@@ -77,8 +77,8 @@ struct ProcessingState {
|
||||
uint64 bytesRandomId = 0;
|
||||
FileType bytesType = FileType::None;
|
||||
QString bytesName;
|
||||
int bytesLoaded = 0;
|
||||
int bytesCount = 0;
|
||||
int64 bytesLoaded = 0;
|
||||
int64 bytesCount = 0;
|
||||
};
|
||||
|
||||
struct ApiErrorState {
|
||||
|
||||
+1
-1
Submodule Telegram/lib_base updated: e6b728805b...0d37d47eca
Reference in New Issue
Block a user