chore: minor fixes (#2630)

This commit is contained in:
vkamn
2026-05-21 11:38:41 +08:00
committed by GitHub
parent 9de9d082bc
commit 8749d683e3
3 changed files with 8 additions and 11 deletions
@@ -460,6 +460,7 @@ ErrorCode SubscriptionController::updateServiceFromGateway(const QString &server
if (apiV2->nameOverriddenByUser) {
newApiV2->name = apiV2->name;
newApiV2->displayName = apiV2->displayName;
newApiV2->nameOverriddenByUser = true;
}