mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-04-22 11:18:22 -05:00
More work on correct displaying status of single download files
This commit is contained in:
@@ -41,7 +41,9 @@ public:
|
||||
struct FileFuture {
|
||||
FileFuture(std::string file);
|
||||
|
||||
long long totalSize;
|
||||
float progress; // [0,1]
|
||||
bool isFinished;
|
||||
std::string filePath;
|
||||
std::string errorMessage;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user