EditorSettings: Rename settings_path to settings_dir
Also to prepare for upcoming refactoring for XDG support.
This commit is contained in:
@ -62,7 +62,7 @@ static void _compress_image(Image::CompressMode p_mode, Image *p_image) {
|
||||
}
|
||||
return;
|
||||
}
|
||||
String spath = EditorSettings::get_singleton()->get_settings_path();
|
||||
String spath = EditorSettings::get_singleton()->get_settings_dir();
|
||||
|
||||
List<String> args;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user