Column preferences not saved #396
Labels
No labels
2230
2243
App version
Apple OS errata
Apple SDK
bug
bugsnag
build
dlt
duplicate
enhancement
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: chris/Cog#396
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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:*
This is a known bug with 10.14.x. I don't know how to fix it, or if it is even fixable.
It also "works" vice versa: can't add one or more columns – just nothing happens.
Guess I can "fix" this by removing support for 10.14 and older.
@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.
This is perhaps a variant of https://github.com/losnoco/Cog/issues/376. (I am "ghost" in that conversation.)