BKSalman / ytdlp-gui

a very simple GUI for ytdlp written in Rust
GNU General Public License v3.0
277 stars 16 forks source link

save and restore main window position #31

Closed megabugman closed 3 months ago

megabugman commented 5 months ago

hey, nice app, I like the clean UI. 👍

please add: Save the window position in ini file or similar in the app folder to keep it portable when exiting and restore after restarting the application

BKSalman commented 5 months ago

what OS are you running?

if it's linux, what desktop are you using, and is it running on wayland or x11?

megabugman commented 5 months ago

Windows 10

BKSalman commented 3 months ago

this is not necessarily desirable by everyone, so I might add a setting that's only configurable from the configuration file.

if I decide to add a settings menu later I could add it there as well

BKSalman commented 3 months ago

added here 917f2c2