dont invert that (again)

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

View File

@ -112,7 +112,7 @@ namespace Bloxstrap.UI.ViewModels.Menu
public bool DiscordAccountOnProfile public bool DiscordAccountOnProfile
{ {
get => !App.Settings.Prop.AccountShownOnProfile; get => App.Settings.Prop.AccountShownOnProfile;
set => App.Settings.Prop.AccountShownOnProfile = value; set => App.Settings.Prop.AccountShownOnProfile = value;
} }