Add region tld

This commit is contained in:
SaltySnail
2026-06-23 02:47:21 +02:00
parent 54f49d81e2
commit e393239fdc
5 changed files with 45 additions and 8 deletions
+1
View File
@@ -87,6 +87,7 @@ struct Settings {
General_Debug,
General_AllowGuests,
General_InformationPacket,
General_Region,
};
Sync<std::unordered_map<Key, SettingsTypeVariant>> SettingsMap;