-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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
[feat] Make Window Title Available in appWindow Instance #5023
Labels
Comments
/upstream tauri-apps/tao |
tauri-apps
bot
added
the
status: upstream
This issue is blocked by upstream dependencies and we need to wait or contribute upstream fixes
label
Aug 31, 2022
Upstream issue at tauri-apps/tao#546 has been closed. |
tauri-apps
bot
added
status: backlog
Issue is ready and we can work on it
and removed
status: upstream
This issue is blocked by upstream dependencies and we need to wait or contribute upstream fixes
labels
Oct 3, 2022
amrbashir
added a commit
that referenced
this issue
Oct 30, 2022
Is this in the latest version of tauri? I'm getting a |
The latest https://www.npmjs.com/package/@tauri-apps/api, is not 1.2.3 :(, it's been 3 months. |
1.3 is currently in internal audit so it hopefully shouldn't take much longer to get your hands on it. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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 callappWindow.setTitle("...")
. It would be good if we could get a reference to the current title here as well. A property ofappWindow.title
would probably be best, but exposing it throughappWindow.getTitle()
would also work fine.Alternatives considered
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: