WIP: Copy Progressbar.

Also: More MaxWidth & DownloadRelease JSON accept check.
This commit is contained in:
StackZ
2020-10-31 07:48:29 +01:00
parent 270f683de0
commit c5282a5767
8 changed files with 145 additions and 102 deletions
+3 -1
View File
@@ -33,11 +33,13 @@
enum class ProgressBar {
Downloading,
Extracting,
Installing
Installing,
Copying
};
namespace Animation {
void DrawProgressBar(const u64 &currentProgress, const u64 &totalProgress);
void displayProgressBar();
};
#endif