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
I encountered another issue that I’d like to report:
After creating the window and manually calling hide(), events sent via emit_to do not seem to be received by the frontend (the Rust side logs indicate the events were successfully sent). When the window is shown again via show(), the frontend does not print the received events as expected.
Uh oh!
There was an error while loading. Please reload this page.
Describe the bug
I set this in
tauri.conf.json
:and call this:
The created window should be invisible, but it's shown.
Reproduction
No response
Expected behavior
The created window should be invisible.
Full
tauri info
outputStack trace
Additional context
No response
The text was updated successfully, but these errors were encountered: