Make option on by default

This commit is contained in:
Lewis Crichton 2020-07-15 13:55:09 +01:00 committed by Calvin Montgomery
parent c148c991cd
commit 99af92ed2c

View file

@ -137,7 +137,8 @@ var USEROPTS = {
no_emotes : getOrDefault("no_emotes", false), no_emotes : getOrDefault("no_emotes", false),
strip_image : getOrDefault("strip_image", false), strip_image : getOrDefault("strip_image", false),
chat_tab_method : getOrDefault("chat_tab_method", "Cycle options"), chat_tab_method : getOrDefault("chat_tab_method", "Cycle options"),
notifications : getOrDefault("notifications", "never") notifications : getOrDefault("notifications", "never"),
show_ip_in_tooltip : getOrDefault("show_ip_in_tooltip", true)
}; };
/* Backwards compatibility check */ /* Backwards compatibility check */