DioxusLabs / dioxus

Fullstack GUI library for web, desktop, mobile, and more.
https://dioxuslabs.com
Apache License 2.0
19.44k stars 748 forks source link

Make hot reloaded desktop window remember position #2569

Open Vacyyyy opened 1 week ago

Vacyyyy commented 1 week ago

On hot reload, the window for the desktop application closes, then re-opens. When it does that, it just plops up somewhere, not where I had it before. This kinda fucks with my workflow.

ealmloff commented 1 week ago

This was added in https://github.com/DioxusLabs/dioxus/pull/2116 and will be published in the next release of dioxus

jkelleyrtp commented 1 week ago

This should already be in Dioxus 0.5. Make sure you're using the latest of everything.

If it's it not working you might need to re-enable it via the task menu item. If it's still not working- what platform/version/etc are you using?

Vacyyyy commented 1 week ago

I am on Windows using Dioxus 0.5.2. Please clarify what you mean by task menu item. Do you mean this image? If so, there's no option like that there.