mirror of
https://github.com/DarkStore-3DS/DarkStore.git
synced 2026-07-06 08:39:07 +00:00
Derp fix and remove FTP from ReadMe.
This commit is contained in:
@@ -24,7 +24,6 @@ Universal-Updater is packed with features! Some include the JSON script updater,
|
|||||||
- JSON Script Downloader
|
- JSON Script Downloader
|
||||||
- An App Store, the UniStore
|
- An App Store, the UniStore
|
||||||
- A Settings page, for configuring Universal-Updater Settings
|
- A Settings page, for configuring Universal-Updater Settings
|
||||||
- An FTP Server
|
|
||||||
|
|
||||||
|
|
||||||
## Compilation
|
## Compilation
|
||||||
|
|||||||
@@ -861,7 +861,7 @@ void displayProgressBar() {
|
|||||||
((float)downloadNow/(float)downloadTotal) * 100.0f,
|
((float)downloadNow/(float)downloadTotal) * 100.0f,
|
||||||
Lang::get("DOWNLOAD_SPEED").c_str(), (speed / 1000), Lang::get("KB_PER_SECOND").c_str());
|
Lang::get("DOWNLOAD_SPEED").c_str(), (speed / 1000), Lang::get("KB_PER_SECOND").c_str());
|
||||||
} else {
|
} else {
|
||||||
snprintf(str, sizeof(str), "%s / %s (%.2f%%) \n\n\n\n\n %s",
|
snprintf(str, sizeof(str), "%s / %s (%.2f%%)",
|
||||||
formatBytes(downloadNow).c_str(),
|
formatBytes(downloadNow).c_str(),
|
||||||
formatBytes(downloadTotal).c_str(),
|
formatBytes(downloadTotal).c_str(),
|
||||||
((float)downloadNow/(float)downloadTotal) * 100.0f);
|
((float)downloadNow/(float)downloadTotal) * 100.0f);
|
||||||
|
|||||||
Reference in New Issue
Block a user