diff --git a/src/device/devicemanager.cpp b/src/device/devicemanager.cpp index 4eebb4a8c..9feb2098b 100644 --- a/src/device/devicemanager.cpp +++ b/src/device/devicemanager.cpp @@ -296,7 +296,6 @@ QVariant DeviceManager::data(const QModelIndex &idx, int role) const { if (info->size_ > 0) { text = text + QStringLiteral(" (%1)").arg(Utilities::PrettySize(info->size_)); } - if (info->device_) info->device_->Refresh(); return text; }