losnoco / Cog

Cog - A Free and Open Source Audio Player for macOS 10.13+
https://cog.losno.co
GNU General Public License v2.0
695 stars 45 forks source link

Column preferences not saved #396

Open dhyanKaro opened 2 months ago

dhyanKaro commented 2 months ago

Describe Removed column preferences in the playlist display area are not preserved across runs.

To Reproduce (delete if not applicable) Steps to reproduce the behavior: Right click on any column. Deselect one. Restart

**Version information:***

kode54 commented 2 months ago

This is a known bug with 10.14.x. I don't know how to fix it, or if it is even fixable.

dayfuaim commented 1 week ago

It also "works" vice versa: can't add one or more columns – just nothing happens.

kode54 commented 1 week ago

Guess I can "fix" this by removing support for 10.14 and older.

ThomRoss commented 1 week ago

@kode54 😱 For the love of everything on this ball of mud we call Earth, please don't.

kode54 commented 6 days ago

@kode54 😱 For the love of everything on this ball of mud we call Earth, please don't.

@ThomRoss Yeah, nah, I won't be doing that. I may, however, decide to completely implement my own preferences saving, including my own hooks for saving window sizes and positions and column layouts manually. I think I want to use nlohmann json.

Anything to avoid the bullcrap of exactly 10.14.x breaking various System Defaults / Preferences saving and/or loading.