kartik-venugopal / aural-player

An audio player for macOS, inspired by Winamp.
MIT License
760 stars 43 forks source link

playlist sort popup doesn't remember selected sorting method #22

Closed minusf closed 3 years ago

minusf commented 3 years ago

aural 2.2.0:

  1. load a playlist
  2. open the sort popup, select any method except "Track name"
  3. reopen sort popup, "Track name" is selected.
kartik-venugopal commented 3 years ago

Hi, thanks for the bug report.

The behavior you pointed out is how it was intended to behave. I didn't think it would be much of an inconvenience for users, because I assumed that sorting doesn't occur very often.

But, I'm guessing you find that inconvenient, so I will consider this a bug and keep it in mind for when I return to working on the project.

Cheers :)

kartik-venugopal commented 3 years ago

This issue has been fixed in release v2.3.0.

Note - The dialog will now remember its sort options as long as the app is kept open. If you close and reopen the app, the options will be reset to defaults.

Thanks again.