diff --git a/src/tui.cpp b/src/tui.cpp index 3ba05c7..9c822bc 100644 --- a/src/tui.cpp +++ b/src/tui.cpp @@ -95,7 +95,7 @@ void TUI::updateTUI(list *plistDrives, uint8_t u8SelectedEntry) string sTemp = it->sTemperatureToText(); string sConnection = (it->connectionType == Drive::USB ? "USB" : it->connectionType == Drive::SATA ? "SATA" : it->connectionType == Drive::NVME ? "NVME" - : "UNKNOWN"); + : ""); bool bSelectedEntry = false;