Skip to content

Commit 34fc178

Browse files
authored
Move the thumbnail option to the Threads section (#1466)
1 parent 78d1e9b commit 34fc178

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/layout/_options_appearance.html.twig

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@
2222
{{ component('settings_row_switch', {label: 'show_active_users'|trans, settingsKey: 'MBIN_GENERAL_SHOW_ACTIVE_USERS', defaultValue: 'true'}) }}
2323
{{ component('settings_row_switch', {label: 'show_user_domains'|trans, settingsKey: 'MBIN_SHOW_USER_DOMAIN', defaultValue: false}) }}
2424
{{ component('settings_row_switch', {label: 'show_magazine_domains'|trans, settingsKey: 'MBIN_SHOW_MAGAZINE_DOMAIN', defaultValue: false}) }}
25-
{{ component('settings_row_switch', {label: 'image_lightbox_in_list'|trans, settingsKey: 'MBIN_LIST_IMAGE_LIGHTBOX', defaultValue: true}) }}
2625
</div>
2726
{% if app.user is defined and app.user is not same as null %}
2827
<strong>{{ 'subscriptions'|trans }}</strong>
@@ -47,6 +46,7 @@
4746
{{ component('settings_row_switch', {label: 'show_users_avatars'|trans, settingsKey: 'KBIN_ENTRIES_SHOW_USERS_AVATARS', defaultValue: true}) }}
4847
{{ component('settings_row_switch', {label: 'show_magazines_icons'|trans, settingsKey: 'KBIN_ENTRIES_SHOW_MAGAZINES_ICONS', defaultValue: true}) }}
4948
{{ component('settings_row_switch', {label: 'show_thumbnails'|trans, settingsKey: 'KBIN_ENTRIES_SHOW_THUMBNAILS', defaultValue: true}) }}
49+
{{ component('settings_row_switch', {label: 'image_lightbox_in_list'|trans, settingsKey: 'MBIN_LIST_IMAGE_LIGHTBOX', defaultValue: true}) }}
5050
</div>
5151
<strong>{{ 'microblog'|trans }}</strong>
5252
<div class="settings-section">

0 commit comments

Comments
 (0)