mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-04 04:56:49 +00:00
fix(dashboard): add missing proxy tag privacy to member creation
This commit is contained in:
parent
456d33756d
commit
19560f09c2
1 changed files with 9 additions and 1 deletions
|
|
@ -24,7 +24,8 @@
|
|||
pronoun_privacy: "public",
|
||||
birthday_privacy: "public",
|
||||
name_privacy: "public",
|
||||
avatar_privacy: "public"
|
||||
avatar_privacy: "public",
|
||||
proxy_privacy: "public"
|
||||
},
|
||||
proxy_tags: [
|
||||
{
|
||||
|
|
@ -222,6 +223,13 @@
|
|||
<option>private</option>
|
||||
</Input>
|
||||
</Col>
|
||||
<Col xs={12} lg={4} class="mb-3">
|
||||
<Label>Proxy Tags:</Label>
|
||||
<Input type="select" bind:value={input.privacy.proxy_privacy}>
|
||||
<option>public</option>
|
||||
<option>private</option>
|
||||
</Input>
|
||||
</Col>
|
||||
</Row>
|
||||
{/if}
|
||||
{#if proxyTagMode}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue