Forráskód Böngészése

UI: Allow animated BTTV emojis

jp9000 6 éve
szülő
commit
c07c5bb5f3
1 módosított fájl, 1 hozzáadás és 0 törlés
  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 = "\
 localStorage.setItem('bttv_clickTwitchEmotes', true);\
 localStorage.setItem('bttv_darkenedMode', true);\
+localStorage.setItem('bttv_bttvGIFEmotes', true);\
 var bttv = document.createElement('script');\
 bttv.setAttribute('src','https://cdn.betterttv.net/betterttv.js');\
 document.head.appendChild(bttv);";