mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-08 14:57:54 +00:00
Add group and system colors
This commit is contained in:
parent
1b791fd7f9
commit
3603d52e9e
11 changed files with 138 additions and 5 deletions
|
|
@ -13,6 +13,7 @@ namespace PluralKit.Core
|
|||
public string? DisplayName { get; private set; }
|
||||
public string? Description { get; private set; }
|
||||
public string? Icon { get; private set; }
|
||||
public string? Color { get; private set; }
|
||||
|
||||
public PrivacyLevel DescriptionPrivacy { get; private set; }
|
||||
public PrivacyLevel IconPrivacy { get; private set; }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue