Maxstupo / ydl-ui

A UI for the command-line video downloader "youtube-dl"
MIT License
352 stars 34 forks source link

columns resizing to unusable sizes #79

Closed k4rsus closed 3 years ago

k4rsus commented 3 years ago

I have been dealing with the issue of after reopening the application after having had it open previously in the same session that the columns for the title, speed, ETA etc all collapse into the smallest possible size. I am not entirely sure it's tied to restarting the application within the same session but I noticed that is when it's most prone to happen then

v2.6.12 Win 10

the problem

That aside, I love your work and thank you for maintaining it

Maxstupo commented 3 years ago

This is an intermittent bug that has been around for a bit. It seems to cause issues for some and not others.

It's indeed tied to the restarting of the application, as it's related to remembering the column widths stored in the ydl-ui.json file.

I'm considering removing the column width saving as it hasn't been that advantageous, and would fix this problem.