You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-04 12:00:25 +00:00
-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:
@@ -494,7 +494,7 @@ String OS_Unix::get_data_dir() const {
|
||||
|
||||
if (has_environment("HOME")) {
|
||||
|
||||
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 get_environment("HOME") + "/.godot/app_userdata/" + an;
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user