gitbutlerapp / gitbutler

The GitButler version control client, backed by Git, powered by Tauri/Rust/Svelte
https://gitbutler.com
Other
13.4k stars 530 forks source link

Windows app's start position #5435

Open seanmars opened 2 weeks ago

seanmars commented 2 weeks ago

Every time to launch the app, it'll display on fixed position and then jump to the location where the app closed for last time.

I don't know is it happened on macOS, Linux

Byron commented 2 weeks ago

Thanks for sharing!

On MacOS, this 'jumpiness' isn't present from all I can tell. The tauri Window will store its state automatically and re-applying these settings is a feature. However, doing so in a way that is noticeable is probably not. It's probably something that isn't fixable here though, maybe @ndom91 knows more, also if this issue can be seen on Linux as well.