Hide a few menu entries

Signed-off-by: falkTX <falktx@falktx.com>
This commit is contained in:
falkTX 2021-10-18 15:21:55 +01:00
parent c0d839f7af
commit 6731453b24
No known key found for this signature in database
GPG key ID: CDBAA37ABC74FBA0
2 changed files with 41 additions and 2 deletions

View file

@ -53,6 +53,7 @@ struct Initializer {
settings::allowCursorLock = false;
settings::autoCheckUpdates = false;
settings::autosaveInterval = 0;
settings::devMode = true;
settings::discordUpdateActivity = false;
settings::isPlugin = true;
settings::skipLoadOnLaunch = true;