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 @@ -8224,11 +8224,11 @@ EditorNode::EditorNode() {
8224
8224
settings_menu->add_separator ();
8225
8225
8226
8226
#ifndef ANDROID_ENABLED
8227
- if (OS ::get_singleton ()->get_data_path () == OS ::get_singleton ()->get_config_path ()) {
8228
- // Configuration and data folders are located in the same place (Windows/macOS) .
8227
+ if (EditorPaths ::get_singleton ()->get_data_dir () == EditorPaths ::get_singleton ()->get_config_dir ()) {
8228
+ // Configuration and data folders are located in the same place.
8229
8229
settings_menu->add_item (TTRC (" Open Editor Data/Settings Folder" ), EDITOR_OPEN_DATA_FOLDER);
8230
8230
} else {
8231
- // Separate configuration and data folders (Linux) .
8231
+ // Separate configuration and data folders.
8232
8232
settings_menu->add_item (TTRC (" Open Editor Data Folder" ), EDITOR_OPEN_DATA_FOLDER);
8233
8233
settings_menu->add_item (TTRC (" Open Editor Settings Folder" ), EDITOR_OPEN_CONFIG_FOLDER);
8234
8234
}
You can’t perform that action at this time.
0 commit comments