You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
make-release-win.sh: include youtube-dl too
Completely automate the build process by copying more
arbitrary files to the zipfile. Allows us to include
youtube-dl.exe and msvcr100.dll and checksum it rather
than mucking around later.
main,playlistwindow: keep playlists visible after min/restore
Keep the undocked playlist window visible after the application goes
through a minimize->restore change. The visibilityChanged signal also
triggers when the mainwindow is hidden from minimizing the main app,
which causes the app to forget if the playlist was visible or not when
it's undocked. The toggleViewAction on the other hand only triggers
through user interaction, so use that instead.