Skip to content
Snippets Groups Projects
Commit daa59dd4 authored by Lynx Kotoura's avatar Lynx Kotoura Committed by Eugen Rochko
Browse files

Fix theme settings (#5242)

parent 72d939b6
Branches
Tags
No related merge requests found
......@@ -25,7 +25,7 @@ class UserSettingsDecorator
user.settings['auto_play_gif'] = auto_play_gif_preference if change?('setting_auto_play_gif')
user.settings['system_font_ui'] = system_font_ui_preference if change?('setting_system_font_ui')
user.settings['noindex'] = noindex_preference if change?('setting_noindex')
user.settings['theme'] = theme_preference if change?('theme')
user.settings['theme'] = theme_preference if change?('setting_theme')
end
def merged_notification_emails
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment