mirror of
https://github.com/FrankerFaceZ/FrankerFaceZ.git
synced 2025-09-16 01:56:55 +00:00
4.0.0-rc5.3
* Fixed: Twitch emotes not displaying in Whispers. * Fixed: Alignment of in-line actions when using Emote Alignment: Padded. * Changed: Display the git commit hash for the current build in the FFZ Control Center, rather than the webpack build hash.
This commit is contained in:
parent
aab1177d1f
commit
c139de9d60
8 changed files with 31 additions and 7 deletions
|
@ -223,8 +223,7 @@ export default class ChatLine extends Module {
|
|||
props.showTimestamps !== this.props.showTimestamps;
|
||||
}
|
||||
|
||||
cls.prototype.render = function() {
|
||||
try {
|
||||
cls.prototype.render = function() { try {
|
||||
|
||||
const types = t.parent.message_types || {},
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue