-Reorganized all properties of project settings (Sorry, Again).
(Lot's of bloat accumulated, so it was time for clean up.) -Made EditorSettings and ProjectSettings search more useful (search in sections too)
This commit is contained in:
parent
f36cd77feb
commit
bbada82f80
45 changed files with 553 additions and 365 deletions
|
|
@ -2229,7 +2229,7 @@ String OS_Windows::get_data_dir() const {
|
|||
|
||||
if (has_environment("APPDATA")) {
|
||||
|
||||
bool use_godot = GlobalConfig::get_singleton()->get("application/use_shared_user_dir");
|
||||
bool use_godot = GlobalConfig::get_singleton()->get("application/config/use_shared_user_dir");
|
||||
if (!use_godot)
|
||||
return (OS::get_singleton()->get_environment("APPDATA") + "/" + an).replace("\\", "/");
|
||||
else
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue