mirror of https://github.com/calzoneman/sync.git
Fix loading no_emotes setting
This commit is contained in:
parent
14c25ef8c1
commit
f43e46c716
|
@ -116,7 +116,8 @@ var USEROPTS = {
|
||||||
boop : getOrDefault("boop", "never"),
|
boop : getOrDefault("boop", "never"),
|
||||||
secure_connection : getOrDefault("secure_connection", false),
|
secure_connection : getOrDefault("secure_connection", false),
|
||||||
show_shadowchat : getOrDefault("show_shadowchat", false),
|
show_shadowchat : getOrDefault("show_shadowchat", false),
|
||||||
emotelist_sort : getOrDefault("emotelist_sort", true)
|
emotelist_sort : getOrDefault("emotelist_sort", true),
|
||||||
|
no_emotes : getOrDefault("no_emotes", false)
|
||||||
};
|
};
|
||||||
|
|
||||||
/* Backwards compatibility check */
|
/* Backwards compatibility check */
|
||||||
|
|
Loading…
Reference in New Issue