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