mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-09 23:37:54 +00:00
tweak: use global list formatting for member group lists (#628)
* tweak: use global list formatting for member group lists * fix: use DisplayHid
This commit is contained in:
parent
3a4cc5b05e
commit
87d027f2d4
3 changed files with 32 additions and 23 deletions
|
|
@ -29,6 +29,7 @@ public class ListOptions
|
|||
|
||||
public PrivacyLevel? PrivacyFilter { get; set; } = PrivacyLevel.Public;
|
||||
public GroupId? GroupFilter { get; set; }
|
||||
public MemberId? MemberFilter { get; set; }
|
||||
public string? Search { get; set; }
|
||||
public bool SearchDescription { get; set; }
|
||||
|
||||
|
|
@ -96,6 +97,7 @@ public class ListOptions
|
|||
{
|
||||
PrivacyFilter = PrivacyFilter,
|
||||
GroupFilter = GroupFilter,
|
||||
MemberFilter = MemberFilter,
|
||||
Search = Search,
|
||||
SearchDescription = SearchDescription
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue