Skip to content

Commit

Permalink
dont invert that (again)
Browse files Browse the repository at this point in the history
  • Loading branch information
axellse committed Jul 6, 2024
1 parent f07f1c1 commit 04c67ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Bloxstrap/UI/ViewModels/Menu/IntegrationsViewModel.cs
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ public bool DiscordActivityJoinEnabled

public bool DiscordAccountOnProfile
{
get => !App.Settings.Prop.AccountShownOnProfile;
get => App.Settings.Prop.AccountShownOnProfile;
set => App.Settings.Prop.AccountShownOnProfile = value;
}

Expand Down

0 comments on commit 04c67ea

Please sign in to comment.