Skip to content

Commit

Permalink
Fix: 「絵文字ピッカーで絵文字デッキと一緒に、絵文字の使用履歴も表示する」設定が実際とは逆になる問題 (#756)
Browse files Browse the repository at this point in the history
  • Loading branch information
kmycode authored Jun 10, 2024
1 parent fe0574d commit 23f2e17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/settings/preferences/appearance/show.html.haml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
%h4= t 'appearance.custom_emoji_and_emoji_reactions'

.fields-group
= ff.input :'web.hide_recent_emojis', wrapper: :with_label, kmyblue: true, label: I18n.t('simple_form.labels.defaults.setting_show_recent_emojis'), hint: false
= ff.input :'web.show_recent_emojis', wrapper: :with_label, kmyblue: true, label: I18n.t('simple_form.labels.defaults.setting_show_recent_emojis'), hint: false
- if Setting.enable_emoji_reaction
= ff.input :'web.enable_emoji_reaction', wrapper: :with_label, kmyblue: true, label: I18n.t('simple_form.labels.defaults.setting_enable_emoji_reaction'), hint: I18n.t('simple_form.hints.defaults.setting_enable_emoji_reaction')
= ff.input :'web.show_emoji_reaction_on_timeline', wrapper: :with_label, kmyblue: true, label: I18n.t('simple_form.labels.defaults.setting_show_emoji_reaction_on_timeline')
Expand Down

0 comments on commit 23f2e17

Please sign in to comment.