update remaining sections of code after merge

This commit is contained in:
Lucca Jiménez Könings
2024-06-26 12:31:47 +02:00
parent 25739cb1bd
commit 2451e08b01
5 changed files with 21 additions and 15 deletions

View File

@@ -71,6 +71,7 @@ struct Settings {
Misc_SendErrorsShowMessage,
Misc_SendErrors,
Misc_ImScaredOfUpdates,
Misc_UpdateReminderTime,
// [General]
General_Description,
@@ -84,7 +85,8 @@ struct Settings {
General_MaxCars,
General_LogChat,
General_ResourceFolder,
General_Debug
General_Debug,
General_AllowGuests
};
Sync<std::unordered_map<Key, SettingsTypeVariant>> SettingsMap;