Open
Description
When I close the app from File -> Close Window
or Window -> Close Window
or from traffic lights it does save size + position.
But when closing from PredefinedMenuItem::quit
it doesn't save the window state before closing.
Happens only in window created with tauri::WindowBuilder
(behind unstable
feature)
but doesn't happen in window created from tauri::WebviewWindowBuilder