add AccountShownOnProfile setting

This commit is contained in:
axell 2024-07-06 18:09:16 +02:00 committed by GitHub
parent 1ce38799ec
commit fffcbe2a52
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -24,6 +24,7 @@ namespace Bloxstrap.Models
public bool EnableActivityTracking { get; set; } = true;
public bool UseDiscordRichPresence { get; set; } = true;
public bool HideRPCButtons { get; set; } = true;
public bool AccountShownOnProfile { get; set; } = true;
public bool ShowServerDetails { get; set; } = false;
public ObservableCollection<CustomIntegration> CustomIntegrations { get; set; } = new();