1
0
Fork 0
mirror of https://github.com/FrankerFaceZ/FrankerFaceZ.git synced 2025-06-27 21:05:53 +00:00

3.5.477. Fix Channel Title on Top. Fix gray mode from the Twitch chat menu settings. Fix layout width calculations to be font-size aware. Fix Followed Since display on Following and Followers. Fix AutoMod. Fix settings on Chrome Canary. Darken associates' agreement. Closes #149. Closes #147. Closes #144.

This commit is contained in:
SirStendec 2017-04-28 16:59:49 -04:00
parent efaf46ee75
commit 557f56ee55
12 changed files with 120 additions and 58 deletions

View file

@ -61,7 +61,7 @@ FFZ.channel_metadata = {};
// Version
var VER = FFZ.version_info = {
major: 3, minor: 5, revision: 472,
major: 3, minor: 5, revision: 477,
toString: function() {
return [VER.major, VER.minor, VER.revision].join(".") + (VER.extra || "");
}