File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -6647,11 +6647,11 @@ EditorNode::EditorNode() {
6647
6647
p->add_separator ();
6648
6648
6649
6649
#ifndef ANDROID_ENABLED
6650
- if (OS ::get_singleton ()->get_data_path () == OS ::get_singleton ()->get_config_path ()) {
6651
- // Configuration and data folders are located in the same place (Windows/macOS)
6650
+ if (EditorSettings ::get_singleton ()->get_data_dir () == EditorSettings ::get_singleton ()->get_settings_dir ()) {
6651
+ // Configuration and data folders are located in the same place.
6652
6652
p->add_item (TTR (" Open Editor Data/Settings Folder" ), SETTINGS_EDITOR_DATA_FOLDER);
6653
6653
} else {
6654
- // Separate configuration and data folders (Linux)
6654
+ // Separate configuration and data folders.
6655
6655
p->add_item (TTR (" Open Editor Data Folder" ), SETTINGS_EDITOR_DATA_FOLDER);
6656
6656
p->add_item (TTR (" Open Editor Settings Folder" ), SETTINGS_EDITOR_CONFIG_FOLDER);
6657
6657
}
You can’t perform that action at this time.
0 commit comments