mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-13 01:00:12 +00:00
dash: Add banner privacy to dash
This commit is contained in:
parent
2375eb137d
commit
1506a84eae
10 changed files with 38 additions and 10 deletions
|
|
@ -25,7 +25,8 @@
|
|||
birthday_privacy: "public",
|
||||
name_privacy: "public",
|
||||
avatar_privacy: "public",
|
||||
proxy_privacy: "public"
|
||||
proxy_privacy: "public",
|
||||
banner_privacy: "public",
|
||||
},
|
||||
proxy_tags: [
|
||||
{
|
||||
|
|
@ -230,6 +231,13 @@
|
|||
<option>private</option>
|
||||
</Input>
|
||||
</Col>
|
||||
<Col xs={12} lg={4} class="mb-3">
|
||||
<Label>Banner:</Label>
|
||||
<Input type="select" bind:value={input.privacy.banner_privacy}>
|
||||
<option>public</option>
|
||||
<option>private</option>
|
||||
</Input>
|
||||
</Col>
|
||||
</Row>
|
||||
{/if}
|
||||
{#if proxyTagMode}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue