mirror of
https://github.com/discourse/discourse.git
synced 2025-05-24 14:12:10 +08:00
FEATURE: Allow the base font size to be changed on a per-user basis (#6859)
This commit is contained in:
@ -285,7 +285,8 @@ const User = RestModel.extend({
|
||||
"theme_ids",
|
||||
"allow_private_messages",
|
||||
"homepage_id",
|
||||
"hide_profile_and_presence"
|
||||
"hide_profile_and_presence",
|
||||
"text_size"
|
||||
];
|
||||
|
||||
if (fields) {
|
||||
|
Reference in New Issue
Block a user