This commit is contained in:
2020-08-30 12:03:37 +02:00
parent b271f7955a
commit 7c00fd638c
4 changed files with 10 additions and 26 deletions

View File

@ -88,7 +88,7 @@ void TUI::updateTUI(vector <Drive>* pvecDrives, uint8_t u8SelectedEntry)
stringstream stream;
switch (it->state)
{
{
case Drive::SHRED_ACTIVE:
stream << fixed << setprecision(2) << (it->getTaskPercentage());