mirror of
https://github.com/FrankerFaceZ/FrankerFaceZ.git
synced 2025-09-15 17:46:55 +00:00
4.15.5
* Added: Changelog for Add-Ons. * Added: Option to disable the player running at a faster rate to reduce the buffer size. * Changed: Stream Latency metadata now shows you when the player is running at a faster rate. * Fixed: Formatting of tool-tips for metadata. * Fixed: Metadata tool-tips not supporting rich children when updating. * Fixed: Metadata icons not updating when changed dynamically. * Fixed: The current channel's accent color not being detected in pop-out chat. * Fixed: Styles not being applied correctly to deleted messages that are part of a channel points reward or part of a re-subscription notice. * Removed: Support for Rooms messages. * API Added: Settings now have an `onUIChanged` method that is called when a setting is changed by a UI control, allowing for immediate feedback. * API Added: Built-in settings components now accept a `buttons` component that is rendered before the reset and profile override buttons.
This commit is contained in:
parent
8ac1b2ce91
commit
347919c51a
28 changed files with 335 additions and 83 deletions
|
@ -20,10 +20,10 @@ export default class Layout extends Module {
|
|||
this.inject('site.fine');
|
||||
this.inject('site.css_tweaks');
|
||||
|
||||
this.TopNav = this.fine.define(
|
||||
/*this.TopNav = this.fine.define(
|
||||
'top-nav',
|
||||
n => n.computeStyles && n.navigationLinkSize
|
||||
);
|
||||
);*/
|
||||
|
||||
/*this.RightColumn = this.fine.define(
|
||||
'tw-rightcolumn',
|
||||
|
@ -239,10 +239,7 @@ export default class Layout extends Module {
|
|||
}
|
||||
|
||||
updateNavLinks() {
|
||||
for(const inst of this.TopNav.instances)
|
||||
try {
|
||||
inst.computeStyles();
|
||||
} catch(err) { /* no-op */ }
|
||||
|
||||
}
|
||||
|
||||
updatePortraitMode() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue