You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This issue happens because we're not creating the window immediately, but sending a message to the event loop. I'll change that, but this type of code still won't work on a command handler due to tauri-apps/wry#583
Thanks for the report!
@lucasfernog
but we can still get_window from manager immediately, this is confusing.
sometimes we need modify window properties programmatically when the app starts.
maybe we can add some hooks if there was a window created event for good performance.
Describe the bug
similar code like below, open_devtools does nothing
Reproduction
No response
Expected behavior
open devtools programmably
Platform and versions
Stack trace
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: