Browse Source

UI: Allow animated BTTV emojis

jp9000 6 years ago
parent
commit
c07c5bb5f3
1 changed files with 1 additions and 0 deletions
  1. 1 0
      UI/auth-twitch.cpp

+ 1 - 0
UI/auth-twitch.cpp

@@ -175,6 +175,7 @@ document.head.appendChild(ffz);";
 static const char *bttv_script = "\
 static const char *bttv_script = "\
 localStorage.setItem('bttv_clickTwitchEmotes', true);\
 localStorage.setItem('bttv_clickTwitchEmotes', true);\
 localStorage.setItem('bttv_darkenedMode', true);\
 localStorage.setItem('bttv_darkenedMode', true);\
+localStorage.setItem('bttv_bttvGIFEmotes', true);\
 var bttv = document.createElement('script');\
 var bttv = document.createElement('script');\
 bttv.setAttribute('src','https://cdn.betterttv.net/betterttv.js');\
 bttv.setAttribute('src','https://cdn.betterttv.net/betterttv.js');\
 document.head.appendChild(bttv);";
 document.head.appendChild(bttv);";