Skip to content

Conversation

timothyqiu
Copy link
Member

3.x version of #110413

@timothyqiu timothyqiu added this to the 3.x milestone Sep 11, 2025
@timothyqiu timothyqiu added bug topic:editor cherrypick:3.6 Considered for cherry-picking into a future 3.6.x release labels Sep 11, 2025
Copy link
Member

@bruvzg bruvzg left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It's using EditorSettings to open folders, so should use it for this check as well.

case SETTINGS_EDITOR_DATA_FOLDER: {
	OS::get_singleton()->shell_open(String("file://") + EditorSettings::get_singleton()->get_data_dir());
} break;
case SETTINGS_EDITOR_CONFIG_FOLDER: {
	OS::get_singleton()->shell_open(String("file://") + EditorSettings::get_singleton()->get_settings_dir());
} break;

@lawnjelly lawnjelly merged commit dd61443 into godotengine:3.x Sep 13, 2025
14 checks passed
@lawnjelly
Copy link
Member

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug cherrypick:3.6 Considered for cherry-picking into a future 3.6.x release topic:editor
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants