fixed bug #15
This commit is contained in:
@ -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());
|
||||
|
Reference in New Issue
Block a user