marin-m / SongRec

An open-source Shazam client for Linux, written in Rust.
GNU General Public License v3.0
1.39k stars 103 forks source link

SongRec doesn't remember dimensions or window state. #160

Open mustafa-git opened 7 months ago

mustafa-git commented 7 months ago

Issue: Basically, every time you start the app, it opens in windowed mode with the same resolution (in my case 980x500) and it doesn't remember if it was maximized or set to a bigger window size.

Expectation: If the window size is changed, or if the window is maximized, the app should remember size and state on next launch.

Version: 0.4.2 from Arch's official repositories on Gnome 46 wayland session.