Replies: 1 comment
-
You can now use 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 writing to request an enhancement to the Window::current() function. Currently, Window::current() provides access to the window that is presently open. However, there is no straightforward way to change the title of this window once it has been created.
Proposed Enhancement:
Add a method to
Window::current()
that allows changing the title of the currently open window.Example:
Cheers
Beta Was this translation helpful? Give feedback.
All reactions