Revert "Merge remote-tracking branch 'upstream/main' into spanish_translation"

This reverts commit 694a900845, reversing
changes made to 4f53ce4f88.
This commit is contained in:
Tadeus (Carlos Caruncho) 2023-11-01 22:37:49 +01:00
parent 694a900845
commit 5e9ac702d0
52 changed files with 5246 additions and 1794 deletions

View file

@ -231,12 +231,6 @@ void AppConfig::set_defaults()
if (get("stealth_mode").empty()) {
set_bool("stealth_mode", false);
}
// Orca
if(get("show_splash_screen").empty()) {
set_bool("show_splash_screen", true);
}
if (get("show_model_mesh").empty()) {
set_bool("show_model_mesh", false);
}