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