Fix timeline option, maybe
continuous-integration/drone/push Build is passing Details

Signed-off-by: Sam Therapy <sam@samtherapy.net>
This commit is contained in:
Sam Therapy 2022-05-30 15:58:55 +02:00
parent 6e24a983e2
commit fa64583de2
Signed by: sam
GPG Key ID: 4D8B07C18F31ACBD
3 changed files with 4 additions and 10 deletions

View File

@ -18,7 +18,7 @@
<FAIcon
class="timelines-chevron"
fixed-width
:icon="showTimelines ? 'chevron-up' : 'chevron-down'"
:icon="'showTimelines' ? 'chevron-up' : 'chevron-down'"
/>
</button>
<div

View File

@ -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"

View File

@ -24,5 +24,6 @@
"sidebarRight": false,
"subjectLineBehavior": "email",
"theme": "pleroma-dark",
"webPushNotifications": false
"webPushNotifications": false,
"showTimelines": false
}