dont invert that value

This commit is contained in:
axell 2024-07-06 18:44:17 +02:00 committed by GitHub
parent d6bc33d2da
commit f07f1c1d3f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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