We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Im currently changing a lot of my menus to use windows, because that just feels better imo
There is no way to hide the close button on built in windows
Add a flag that just hides the button
When the flag is true, set the close button to visible false
I unfortunately found no way to get the instance of the close button
This is a qol feature for built in windows that should not require an extra addon from the asset library
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the project you are working on
Im currently changing a lot of my menus to use windows, because that just feels better imo
Describe the problem or limitation you are having in your project
There is no way to hide the close button on built in windows
Describe the feature / enhancement and how it helps to overcome the problem or limitation
Add a flag that just hides the button
Describe how your proposal will work, with code, pseudo-code, mock-ups, and/or diagrams
When the flag is true, set the close button to visible false
If this enhancement will not be used often, can it be worked around with a few lines of script?
I unfortunately found no way to get the instance of the close button
Is there a reason why this should be core and not an add-on in the asset library?
This is a qol feature for built in windows that should not require an extra addon from the asset library
The text was updated successfully, but these errors were encountered: