Add setting for the information packet

This commit is contained in:
Tixx
2024-10-13 23:32:15 +02:00
parent 6aeb2eb736
commit 956d6f50e1
5 changed files with 17 additions and 3 deletions

View File

@@ -86,7 +86,8 @@ struct Settings {
General_LogChat,
General_ResourceFolder,
General_Debug,
General_AllowGuests
General_AllowGuests,
General_InformationPacket,
};
Sync<std::unordered_map<Key, SettingsTypeVariant>> SettingsMap;