add "cohost-like" display mode, based off of 1df79a1f12 with a minor tweak
This commit is contained in:
parent
4220321840
commit
07d5b6073a
16 changed files with 139 additions and 21 deletions
|
|
@ -104,6 +104,15 @@
|
|||
<div class="setting-item">
|
||||
<h2>{{ $t('settings.interface') }}</h2>
|
||||
<ul class="setting-list">
|
||||
<li>
|
||||
<ChoiceSetting
|
||||
id="timelineStyle"
|
||||
path="timelineStyle"
|
||||
:options="timelineStyleOptions"
|
||||
>
|
||||
{{ $t('settings.timeline_style_choice') }}
|
||||
</ChoiceSetting>
|
||||
</li>
|
||||
<li v-if="instanceSpecificPanelPresent">
|
||||
<BooleanSetting path="hideISP">
|
||||
{{ $t('settings.hide_isp') }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue