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
On startup, my application will check for updates and automatically download and install them in the background. Once complete, the app will display a "Restart app" indicator to the user so that they can restart the app when they are ready to apply the update.
However, it seems like after an update is installed, opening a file dialog will result in a panic. For example, via the open export of @tauri-apps/plugin-dialog.
Describe the bug
On startup, my application will check for updates and automatically download and install them in the background. Once complete, the app will display a "Restart app" indicator to the user so that they can restart the app when they are ready to apply the update.
However, it seems like after an update is installed, opening a file dialog will result in a panic. For example, via the
open
export of@tauri-apps/plugin-dialog
.Reproduction
No response
Expected behavior
No response
Full
tauri info
outputStack trace
Additional context
No response
The text was updated successfully, but these errors were encountered: