-
-
Notifications
You must be signed in to change notification settings - Fork 3.4k
Closed
Labels
status: backlogIssue is ready and we can work on itIssue is ready and we can work on ittype: feature request
Description
Describe the problem
It's tricky when making custom title bars for a window—or trying to update the window title with something based on the current title—to actually pin down in code what the current title is.
Describe the solution you'd like
On the appWindow level, we have the ability to call appWindow.setTitle("..."). It would be good if we could get a reference to the current title here as well. A property of appWindow.title would probably be best, but exposing it through appWindow.getTitle() would also work fine.
Alternatives considered
No response
Additional context
No response
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
status: backlogIssue is ready and we can work on itIssue is ready and we can work on ittype: feature request