mirror of
https://github.com/FrankerFaceZ/FrankerFaceZ.git
synced 2025-07-03 17:48:30 +00:00
4.0.0-rc21
* Added: In-Line Chat Actions can now be set to display with specific modifier keys being held. This feature currently requires that Freeze Chat Scrolling is enabled. (Though, why you'd want to use this without that feature is beyond me.) * Fixed: Bug with custom chat width in theater mode. * Fixed: The `Get Bits` button appearing when disabled. * Fixed: Issue with highlighting chat usernames when using Firefox. * Fixed: Misc minor bugs.
This commit is contained in:
parent
63783472b7
commit
bd11a6f2aa
16 changed files with 299 additions and 23 deletions
|
@ -193,6 +193,7 @@
|
|||
:data="data"
|
||||
:inline="item.inline"
|
||||
:context="item.context"
|
||||
:modifiers="item.modifiers"
|
||||
@remove="remove(act)"
|
||||
@save="save(act, $event)"
|
||||
/>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue