From a357ff8ca3b11570506813a9f9d1919b2f0fbed4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lucca=20Jim=C3=A9nez=20K=C3=B6nings?= Date: Mon, 26 Feb 2024 03:16:19 +0100 Subject: [PATCH] Add missing options to defaults MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Lucca Jiménez Könings --- include/TSettings.h | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/include/TSettings.h b/include/TSettings.h index da588fb..305ca76 100644 --- a/include/TSettings.h +++ b/include/TSettings.h @@ -61,7 +61,11 @@ struct Settings { { General_MaxCars, 1 }, { General_LogChat, true }, { General_ResourceFolder, "Resources" }, - { General_Debug, false } + { General_Debug, false }, + { Misc_SendErrorsShowMessage, true }, + { Misc_SendErrors, true }, + { Misc_ImScaredOfUpdates, true } + }; enum SettingsAccessMask { read, // Value can be read from console