mirror of
https://github.com/FrankerFaceZ/FrankerFaceZ.git
synced 2025-07-04 18:18:31 +00:00
4.0.0-rc9.1
* Changed: Do not hide the emote menu when it's taller than the whisper UI. * Fixed: Chat features not working on the dashboard. * Fixed: Player features not working with Twitch's new player loading scheme.
This commit is contained in:
parent
43832890b8
commit
d886e5cdb5
5 changed files with 78 additions and 26 deletions
|
@ -100,7 +100,7 @@ class FrankerFaceZ extends Module {
|
|||
FrankerFaceZ.Logger = Logger;
|
||||
|
||||
const VER = FrankerFaceZ.version_info = {
|
||||
major: 4, minor: 0, revision: 0, extra: '-rc9',
|
||||
major: 4, minor: 0, revision: 0, extra: '-rc9.1',
|
||||
commit: __git_commit__,
|
||||
build: __webpack_hash__,
|
||||
toString: () =>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue