Fix timeline option, maybe
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
Signed-off-by: Sam Therapy <sam@samtherapy.net>
This commit is contained in:
parent
6e24a983e2
commit
fa64583de2
3 changed files with 4 additions and 10 deletions
|
@ -18,7 +18,7 @@
|
|||
<FAIcon
|
||||
class="timelines-chevron"
|
||||
fixed-width
|
||||
:icon="showTimelines ? 'chevron-up' : 'chevron-down'"
|
||||
:icon="'showTimelines' ? 'chevron-up' : 'chevron-down'"
|
||||
/>
|
||||
</button>
|
||||
<div
|
||||
|
|
|
@ -112,6 +112,7 @@
|
|||
<li>
|
||||
<BooleanSetting
|
||||
path="showTimelines"
|
||||
expert="1"
|
||||
>
|
||||
{{ $t('settings.showTimelines') }}
|
||||
</BooleanSetting>
|
||||
|
@ -404,14 +405,6 @@
|
|||
{{ $t('settings.minimal_scopes_mode') }}
|
||||
</BooleanSetting>
|
||||
</li>
|
||||
<li>
|
||||
<BooleanSetting
|
||||
path="alwaysShowNewPostButton"
|
||||
expert="1"
|
||||
>
|
||||
{{ $t('settings.always_show_post_button') }}
|
||||
</BooleanSetting>
|
||||
</li>
|
||||
<li>
|
||||
<BooleanSetting
|
||||
path="autohideFloatingPostButton"
|
||||
|
|
|
@ -24,5 +24,6 @@
|
|||
"sidebarRight": false,
|
||||
"subjectLineBehavior": "email",
|
||||
"theme": "pleroma-dark",
|
||||
"webPushNotifications": false
|
||||
"webPushNotifications": false,
|
||||
"showTimelines": false
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue