You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Radio button toggles itself back on each time I restart Discord.
Even though the radio button in settings is on, BdApi.loadData("Game Activity Toggle", "soundToggled") returns false.
I don't really understand why, but in my case it was solved by editing soundToggled from true to undefined in class GameActivityToggle { (...) } at line 51
Radio button toggles itself back on each time I restart Discord.
Even though the radio button in settings is
on
,BdApi.loadData("Game Activity Toggle", "soundToggled")
returnsfalse
.I don't really understand why, but in my case it was solved by editing
soundToggled
fromtrue
toundefined
inclass GameActivityToggle { (...) }
at line 51DiscordPlugins/GameActivityToggle.plugin.js
Line 51 in aab587f
Not sure if it's just me though, since nobody else has reported anything similar.
The text was updated successfully, but these errors were encountered: