-
Notifications
You must be signed in to change notification settings - Fork 510
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
Fix ProfileScreen UIWindow bug. #3183
base: release_0.12.0
Are you sure you want to change the base?
Fix ProfileScreen UIWindow bug. #3183
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Would it be possible to get pressing ESC to close those windows rather than doing nothing? I have a hatred (/lh) of the window_open
variable and killed it in the fullscreen rework, so I'd really, really love it if it could continue to Not Exist 😂
Additionally, if these issues exist on the stable version, then lets get this targeted at the 0.12.0 branch. |
Ah - I think the new debug is a development feature, but I don't know about the other bug. If that's present in |
Disables the ability to keybinds when a window is open.
This reverts commit c843159.
1b47109
to
304e3ab
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Last thing, I promise! We need to only allow ESC if keybinds are enabled. This is true across all of the windows. Please re-request my review when you've made the changes!
About The Pull Request
Prevents the use of keybinds when a window is open on ProfileScreen.
Forces the debug menu to always be on top.
Linked Issues
fixes: #3178
Proof of Testing
https://github.com/user-attachments/assets/6d47248a-4318-4ca4-835b-50ebd8a2a5c0
(Key 27 is Escape)