Fix large file export progress display.

This commit is contained in:
John Preston
2023-03-19 17:48:12 +04:00
parent 2b1ed79011
commit 9d0d97d5bf
2 changed files with 3 additions and 3 deletions
@@ -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 {