Fix zigbee settings loading spinner

pull/803/head
Michael Zanetti 2022-04-13 12:26:38 +02:00
parent 6feafb4983
commit 4535695bc9
1 changed files with 3 additions and 3 deletions

View File

@ -201,10 +201,10 @@ void ZigbeeManager::getNetworksResponse(int commandId, const QVariantMap &params
// Get nodes from this network
getNodes(network->networkUuid());
// In theory this should only change after nodes have been fetched... but this will do for now...
m_fetchingData = false;
emit fetchingDataChanged();
}
// In theory this should only change after nodes have been fetched... but this will do for now...
m_fetchingData = false;
emit fetchingDataChanged();
}
void ZigbeeManager::addNetworkResponse(int commandId, const QVariantMap &params)