sindresorhus/Plash

The "Invert Colors" option is not persisted

feross opened this issue · 3 comments

Describe the bug

The "Invert Colors" option is not persisted. I set it to "Always" and then it gets unset

To reproduce

Steps to reproduce the behavior:

  1. Set "Invert Colors" option to "Always"
  2. Come back later and notice that it's changed back to the default "Never"

Expected behavior

Setting should be persisted.

Screenshots

If applicable, add screenshots to help explain your problem.

Screen Shot 2022-02-02 at 3 32 59 PM

Info

  • macOS version: 12.2 (21D49)
  • Plash version: Version 2.8.3 (31)

Additional context

None

Thanks for catching that. Some migration code accidentally ran each time and overwrote the setting. I fixed it now, but I'm unable to submit an update because of dumb App Store problems.

Here's a build with the fix for now: Plash.app.zip

Thanks for the quick fix!