prose-im / prose-app-web

Prose Web application. XMPP client for team messaging.
https://prose.org/downloads
Mozilla Public License 2.0
19 stars 2 forks source link

Restore window size and position on restart #111

Open nesium opened 2 weeks ago

nesium commented 2 weeks ago

When restarting Prose it should behave like a good OS citizen and restore its last window size and position.

valeriansaliou commented 2 weeks ago

I'm not sure I can do that with Tauri, I'll check...

nesium commented 2 weeks ago

Here's a plugin to do that: https://github.com/tauri-apps/plugins-workspace/tree/v2/plugins/window-state

valeriansaliou commented 2 weeks ago

It seems to require Tauri v2, I'm keeping this issue open until we migrate to v2 when in RC.