Update IntegrationsViewModel.cs

This commit is contained in:
axell 2024-07-06 19:37:19 +02:00 committed by GitHub
parent 04c67ea661
commit e854b20233
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -99,7 +99,9 @@ namespace Bloxstrap.UI.ViewModels.Menu
if (!value) if (!value)
{ {
DiscordActivityJoinEnabled = value; DiscordActivityJoinEnabled = value;
DiscordAccountOnProfile = value;
OnPropertyChanged(nameof(DiscordActivityJoinEnabled)); OnPropertyChanged(nameof(DiscordActivityJoinEnabled));
OnPropertyChanged(nameof(DiscordAccountOnProfile));
} }
} }
} }