mirror of
https://github.com/bloxstraplabs/bloxstrap.git
synced 2025-04-21 10:01:27 -07:00
add AccountShownOnProfile setting
This commit is contained in:
parent
1ce38799ec
commit
fffcbe2a52
@ -24,6 +24,7 @@ namespace Bloxstrap.Models
|
|||||||
public bool EnableActivityTracking { get; set; } = true;
|
public bool EnableActivityTracking { get; set; } = true;
|
||||||
public bool UseDiscordRichPresence { get; set; } = true;
|
public bool UseDiscordRichPresence { get; set; } = true;
|
||||||
public bool HideRPCButtons { get; set; } = true;
|
public bool HideRPCButtons { get; set; } = true;
|
||||||
|
public bool AccountShownOnProfile { get; set; } = true;
|
||||||
public bool ShowServerDetails { get; set; } = false;
|
public bool ShowServerDetails { get; set; } = false;
|
||||||
public ObservableCollection<CustomIntegration> CustomIntegrations { get; set; } = new();
|
public ObservableCollection<CustomIntegration> CustomIntegrations { get; set; } = new();
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user