mirror of
https://github.com/bloxstraplabs/bloxstrap.git
synced 2025-04-21 10:01:27 -07:00
Update IntegrationsViewModel.cs
This commit is contained in:
parent
04c67ea661
commit
e854b20233
@ -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));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user