From 99af92ed2cf666e8609090fb9b5820fd8a07c867 Mon Sep 17 00:00:00 2001 From: Lewis Crichton Date: Wed, 15 Jul 2020 13:55:09 +0100 Subject: [PATCH] Make option on by default --- www/js/data.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/www/js/data.js b/www/js/data.js index a9b600ef..37306322 100644 --- a/www/js/data.js +++ b/www/js/data.js @@ -137,7 +137,8 @@ var USEROPTS = { no_emotes : getOrDefault("no_emotes", false), strip_image : getOrDefault("strip_image", false), 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 */