Hide awaymessage/highlights settings in public mode
This commit is contained in:
parent
58a558247b
commit
317f4fb991
@ -88,7 +88,7 @@
|
|||||||
Show seconds in timestamp
|
Show seconds in timestamp
|
||||||
</label>
|
</label>
|
||||||
</div>
|
</div>
|
||||||
<div v-if="$store.state.settings.advanced">
|
<div v-if="!$store.state.serverConfiguration.public && $store.state.settings.advanced">
|
||||||
<h2>Automatic away message</h2>
|
<h2>Automatic away message</h2>
|
||||||
|
|
||||||
<label class="opt">
|
<label class="opt">
|
||||||
@ -308,7 +308,7 @@
|
|||||||
</label>
|
</label>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div v-if="$store.state.settings.advanced">
|
<div v-if="!$store.state.serverConfiguration.public && $store.state.settings.advanced">
|
||||||
<label class="opt">
|
<label class="opt">
|
||||||
<label for="highlights" class="sr-only">
|
<label for="highlights" class="sr-only">
|
||||||
Custom highlights (comma-separated keywords)
|
Custom highlights (comma-separated keywords)
|
||||||
|
Loading…
Reference in New Issue
Block a user