diff --git a/Bloxstrap/UI/ViewModels/Menu/IntegrationsViewModel.cs b/Bloxstrap/UI/ViewModels/Menu/IntegrationsViewModel.cs index 3d4ef30..c6ab881 100644 --- a/Bloxstrap/UI/ViewModels/Menu/IntegrationsViewModel.cs +++ b/Bloxstrap/UI/ViewModels/Menu/IntegrationsViewModel.cs @@ -113,7 +113,7 @@ namespace Bloxstrap.UI.ViewModels.Menu public bool DiscordAccountOnProfile { get => !App.Settings.Prop.AccountShownOnProfile; - set => App.Settings.Prop.AccountShownOnProfile = !value; + set => App.Settings.Prop.AccountShownOnProfile = value; } public bool DisableAppPatchEnabled