feat: regional country codes (#2567)

Co-authored-by: vkamn <vk@amnezia.org>
This commit is contained in:
yp
2026-05-15 10:44:58 +03:00
committed by GitHub
parent 98771027b7
commit 2a3e3126ac
5 changed files with 28 additions and 3 deletions
@@ -117,7 +117,7 @@ bool SubscriptionUiController::exportNativeConfig(const QString &serverId, const
}
const bool saved = SystemController::saveFile(fileName, nativeConfig);
getAccountInfo(serverIndex, true);
getAccountInfo(serverId, true);
return saved;
}