-
-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Bug] latest version not remembering window position #272
Comments
Does it work with |
Came here to say the same. After the update to 6.3.0 that old bug is back. Worst thing is, I can't downgrade to 6.2.0 since it forces the update on us. 6.2.0 worked fine, now it's back to it's little starting window every time. |
It only forces the update on you only if you have autoupdate enabled, if it's a problem you can disable it on v6.3.0 before going back to v6.2.0 As for root cause, I honestly couldn't find it at a glance, I moved some old code around but there is still the saving and restoration of window state, at roughly the same spot in the load/window destroy cycle they always were. I'll do some testing and maybe rollback the window state plugin if I have to |
Thanks for the heads up. I totally forgot I had auto update active. Deactivated, went back to 6.2.0 and it works fine again. |
Looks like this is caused by a regression in one of the libraries Dorion uses (see tauri-apps/tauri#11740), that comes from having both decorations off and window shadows enabled, which is mighty unlucky since Dorion does in fact do both, lol. Once For now, if it helps, Dorion will still remember if it were maximized and will re-maximize itself, it just won't properly apply size and position. This is also only a Windows issue, and worked fine on my M1 Macbook when testing. |
good to know the fix seem easy |
Describe the bug
new update doesn't remember window size and position
To Reproduce
Steps to reproduce the behavior: open apps resize or move it then close it down and reopen
System Info (please complete the following information):
The text was updated successfully, but these errors were encountered: