mirror of
https://github.com/bloxstraplabs/bloxstrap.git
synced 2025-04-21 10:01:27 -07:00
add DiscordActivityJoinEnabled to integrations viewmodel
This commit is contained in:
parent
fffcbe2a52
commit
7b019d0b17
@ -105,6 +105,12 @@ namespace Bloxstrap.UI.ViewModels.Menu
|
|||||||
}
|
}
|
||||||
|
|
||||||
public bool DiscordActivityJoinEnabled
|
public bool DiscordActivityJoinEnabled
|
||||||
|
{
|
||||||
|
get => !App.Settings.Prop.AccountShownOnProfile;
|
||||||
|
set => App.Settings.Prop.AccountShownOnProfile = !value;
|
||||||
|
}
|
||||||
|
|
||||||
|
public bool DiscordAccountOnProfile
|
||||||
{
|
{
|
||||||
get => !App.Settings.Prop.HideRPCButtons;
|
get => !App.Settings.Prop.HideRPCButtons;
|
||||||
set => App.Settings.Prop.HideRPCButtons = !value;
|
set => App.Settings.Prop.HideRPCButtons = !value;
|
||||||
|
Loading…
Reference in New Issue
Block a user