feature/sata-usb-info #76

Merged
localhorst merged 4 commits from feature/sata-usb-info into master 2025-06-22 11:58:22 +02:00
Showing only changes of commit 1efe3376c1 - Show all commits

View File

@ -95,7 +95,7 @@ void TUI::updateTUI(list<Drive> *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;