Fix config naming for consistency

This commit is contained in:
Eris 2021-06-14 20:41:34 +00:00
parent 67c9d8bd55
commit 4639e30cb8
3 changed files with 4 additions and 4 deletions

View File

@ -118,8 +118,8 @@
</BooleanSetting>
</li>
<li>
<BooleanSetting path="showNewPostButton">
{{ $t('settings.showPostButton') }}
<BooleanSetting path="alwaysShowNewPostButton">
{{ $t('settings.always_show_post_button') }}
</BooleanSetting>
</li>
<li>

View File

@ -349,7 +349,7 @@
"max_thumbnails": "Maximum amount of thumbnails per post",
"hide_isp": "Hide instance-specific panel",
"right_sidebar": "Show sidebar on the right side",
"showPostButton": "Always show floating New Post button",
"always_show_post_button": "Always show floating New Post button",
"hide_wallpaper": "Hide instance wallpaper",
"preload_images": "Preload images",
"use_one_click_nsfw": "Open NSFW attachments with just one click",

View File

@ -34,7 +34,7 @@ export const defaultState = {
loopVideoSilentOnly: true,
streaming: false,
emojiReactionsOnTimeline: true,
showNewPostButton: false,
alwaysShowNewPostButton: false,
autohideFloatingPostButton: false,
pauseOnUnfocused: true,
stopGifs: false,