FEATURE: Allow the base font size to be changed on a per-user basis (#6859)

This commit is contained in:
David Taylor
2019-01-14 13:21:46 +00:00
committed by GitHub
parent 59e3eecfa6
commit 1ebd3dbbd0
14 changed files with 116 additions and 11 deletions

View File

@ -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) {