mirror of
https://github.com/rvtr/GodMode9i.git
synced 2025-11-02 00:11:07 -04:00
Fix fcopy progress bar
This commit is contained in:
parent
aa0774f12a
commit
1602d4143e
@ -202,7 +202,7 @@ int fcopy(const char *sourcePath, const char *destinationPath) {
|
||||
font->update(true);
|
||||
|
||||
font->print((offset / (fsize / (SCREEN_COLS - 2))) + 1, 1, false, "=");
|
||||
font->printf(0, 2, false, Alignment::left, Palette::white, STR_N_BYTES.c_str(), offset, fsize);
|
||||
font->printf(0, 2, false, Alignment::left, Palette::white, STR_N_OF_N_BYTES.c_str(), (int)offset, (int)fsize);
|
||||
font->update(false);
|
||||
|
||||
// Copy file to destination path
|
||||
|
||||
Loading…
Reference in New Issue
Block a user