Skip to content

Commit

Permalink
fix:(settings-advanced): fix discord update status binding
Browse files Browse the repository at this point in the history
Fix the binding of the Discord Update Status with the
checkbox in the Settings/Advanced page.

Refs: openmultiplayer#291
  • Loading branch information
brunorrr committed Jan 28, 2025
1 parent 0a458e3 commit 9fa8812
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/containers/Settings/Tab/Advanced.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ const Advanced = () => {
toggleDiscordStatus(!shouldUpdateDiscordStatus);
}}
>
<CheckBox value={true} style={{ marginRight: sc(7) }} />
<CheckBox value={shouldUpdateDiscordStatus} style={{ marginRight: sc(7) }} />
<Text semibold color={theme.textPrimary} size={2}>
{`${t("settings_advanced_discord_status")} ${t(
"settings_advanced_discord_status_requires_restart"
Expand Down

0 comments on commit 9fa8812

Please sign in to comment.