Add: #769 投稿のフォントサイズ調整機能 (#810)

This commit is contained in:
KMY(雪あすか) 2024-08-21 12:23:30 +09:00 committed by GitHub
parent 912072d2e5
commit 997d744cea
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
9 changed files with 59 additions and 4 deletions

View file

@ -103,6 +103,10 @@ module User::HasSettings
settings['web.use_system_font']
end
def setting_content_font_size
settings['web.content_font_size']
end
def setting_show_quote_in_home
settings['web.show_quote_in_home']
end