DeviceManager: Remove device refresh

This commit is contained in:
Jonas Kvinge
2025-06-09 04:12:23 +02:00
parent a0ec244008
commit 90678e72ac

View File

@@ -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;
}