Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

editor ignores the option "run/output/always_close_output_on_stop" #92604

Closed
marcosdon opened this issue May 31, 2024 · 3 comments
Closed

editor ignores the option "run/output/always_close_output_on_stop" #92604

marcosdon opened this issue May 31, 2024 · 3 comments

Comments

@marcosdon
Copy link

Tested versions

  • reproducible in: v4.3.beta1.official [a4f2ea9]

System information

Godot v4.3.beta1 - Windows 10.0.22631 - Vulkan (Forward+) - dedicated NVIDIA GeForce GTX 1050 (NVIDIA; 31.0.15.5244) - AMD Ryzen 5 2600X Six-Core Processor (12 Threads)

Issue description

The editor ignores the option "run/output/always_close_output_on_stop" and always keeps the output panel open after stopping the game,

Steps to reproduce

Set the option to true, run the game, and stop the game

Minimal reproduction project (MRP)

output_panel_test.zip

@akien-mga
Copy link
Member

I believe this is because #91033 removed this option and unified it into a new, more flexible one.

Godot doesn't automatically remove obsolete editor settings from your config, so it's still visible in your settings, but not actually used. If you click the revert button it should be removed.

@marcosdon
Copy link
Author

It worked! Thanks. I'm not sure if the issue should simply be closed or marked irrelevant or another option...

@akien-mga
Copy link
Member

It can be closed, and then we typically mark it as archived to mean this was not an actual bug. But it's still useful for other users who might search those keywords if they face the same issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants