1
0
Fork 0
mirror of https://github.com/FrankerFaceZ/FrankerFaceZ.git synced 2025-06-28 05:15:54 +00:00

3.5.498. Fix dark theme for Clips. Fix theater mode and whispers. Fix Minimal Chat Header not hiding the chat header, and then it hiding too much. Fix game purchase share message in chat. Fix position of player controls in theater mode. Closes #185. Closes #184. Closes #183. Closes #182. Closes #175.

This commit is contained in:
SirStendec 2017-06-30 11:49:32 -04:00
parent 630d2830ec
commit 99630f3e4e
7 changed files with 132 additions and 45 deletions

View file

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