We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df8ded4 commit c98f6e1Copy full SHA for c98f6e1
platform/switch/os_switch.cpp
@@ -538,7 +538,7 @@ String OS_Switch::get_user_data_dir() const {
538
} else {
539
return get_data_path().plus_file(get_godot_dir_name()).plus_file("app_userdata").plus_file(appname);
540
}
541
- }
+ }
542
return get_data_path().plus_file(get_godot_dir_name()).plus_file("app_userdata").plus_file("__unknown");
543
544
0 commit comments