0
0
Fork 0

Use system's default font on non web UI pages (#4553)

* Use system's default font on non web UI pages

* Remove import for Redirect
This commit is contained in:
Yamagishi Kazutoshi 2017-09-01 23:13:31 +09:00 committed by Eugen Rochko
parent ff7d02b236
commit 2305f7c391
4 changed files with 16 additions and 31 deletions

View file

@ -19,7 +19,6 @@ class InitialStateSerializer < ActiveModel::Serializer
store[:boost_modal] = object.current_account.user.setting_boost_modal
store[:delete_modal] = object.current_account.user.setting_delete_modal
store[:auto_play_gif] = object.current_account.user.setting_auto_play_gif
store[:system_font_ui] = object.current_account.user.setting_system_font_ui
end
store