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
{{ message }}
This repository has been archived by the owner on Jan 31, 2024. It is now read-only.
Minimizing the app (not the x button, the - button) makes the app crash.
However, this behaviour is triggered only in developer mode.
In when built for production, the app does not crash, and minimizing or quitting (system tray icon) do not crash the app.
When I researched, I found out that it is related to MacOS only, and this problem is probably not related to us, but tauri/webkit/MacOS incompatibilities.
Although this is clearly a bug, it is not present in the production, and also we do not need to minimize/close it during development. So I don't think this is criticial.
The text was updated successfully, but these errors were encountered:
Minimizing the app (not the
x
button, the-
button) makes the app crash.However, this behaviour is triggered only in developer mode.
In when built for production, the app does not crash, and minimizing or quitting (system tray icon) do not crash the app.
When I researched, I found out that it is related to MacOS only, and this problem is probably not related to us, but tauri/webkit/MacOS incompatibilities.
tauri-apps/tauri#2934
Although this is clearly a bug, it is not present in the production, and also we do not need to minimize/close it during development. So I don't think this is criticial.
The text was updated successfully, but these errors were encountered: