Possible Window Closable Issue #317
Replies: 1 comment
-
You can now toggle whether a window is closable using the |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am opening a window like this:
Which works, and the closable works great. Too Great. LOL! I can't close the window with
Window::close('Git Pull'); it stays open. But if I take out closable, it works.
Is there a way to switch the state of closable from false to true after an event happens?
Beta Was this translation helpful? Give feedback.
All reactions