ungive / discord-music-presence

The Discord music status that works with any media player
https://musicpresence.app
Other
229 stars 2 forks source link

[Bug] Setting "see what's new..." cannot be unchecked #50

Closed Linnet5 closed 1 month ago

Linnet5 commented 1 month ago

Is there an existing issue for this?

Describe the bug

Setting "see what's new when launching a new version" cannot be unchecked, instead unchecks "notify when a new version is available".

Reproduction Steps

  1. Settings
  2. Click on see what's new when launching a new version.
  3. Notify when a new version is available gets unchecked.

Expected behavior

"See what's new when launching a new version" is expected to behave like the other checkboxes.

Screenshots

No response

Device Info

Additional context

No response

ungive commented 1 month ago

Good catch! I can't believe I never actually clicked that checkbox.

As a workaround you can go to %APPDATA%\Music Presence\settings.json on Windows and ~/Library/Application Support/Music Presence/settings.json on Mac (off the top of my head) and edit these lines:

  "miscellaneous": {
    "show_update_popups": true,
    "show_first_launch_changelog": true
  },

show_update_popups corresponds to Notify when a new version is available.

show_first_launch_changelog corresponds to See what's new when launching a new version.

Change true to false to disable either of them, if you like. Make sure to restart Music Presence for the settings to apply!

This will of course be fixed in the next version, which will arrive soon. Thanks for reporting!

ungive commented 1 month ago

Fixed in version 2.2.4