1
0
Fork 0
mirror of https://github.com/FrankerFaceZ/FrankerFaceZ.git synced 2025-09-17 10:16:57 +00:00

4.0.0-rc12.2

* Fixed: Take a few more variables into account when sizing the player for Portrait Mode.
* Changed: Fade in the Host button, not responding to user interaction while it's fading to give users a chance to react to the UI change.
This commit is contained in:
SirStendec 2018-08-04 15:01:00 -04:00
parent 7e4223ccdd
commit d091a35079
11 changed files with 134 additions and 32 deletions

View file

@ -6,7 +6,7 @@
import {ColorAdjuster} from 'utilities/color';
import {setChildren} from 'utilities/dom';
import {has, split_chars, shallow_object_equals, deep_copy} from 'utilities/object';
import {has, split_chars, shallow_object_equals} from 'utilities/object';
import {FFZEvent} from 'utilities/events';
import Module from 'utilities/module';
@ -100,6 +100,7 @@ const CHAT_TYPES = ((e = {}) => {
e[e.BitsCharity = 29] = 'BitsCharity';
e[e.CrateGift = 30] = 'CrateGift';
e[e.RewardGift = 31] = 'RewardGift';
e[e.SubMysteryGift = 32] = 'SubMysteryGift';
return e;
})();