1
0
Fork 0
mirror of https://github.com/FrankerFaceZ/FrankerFaceZ.git synced 2025-07-31 23:18:31 +00:00

4.0.0-rc13.19

* Changed: By default, open a Twitch subscription page rather than TwitchEmotes when Shift-Clicking a subscriber emote.
* Changed: Add a link information provider for Pretzel Rocks.
* Fixed: Display better information for links to Twitch channels and to Twitch pages without video content.
* Fixed: Hide Rerun Bar setting incorrectly hiding video information on other channel pages.
* Fixed: Emote Menu icon not appearing correctly when the option to replace it with the FFZ logo is enabled.
This commit is contained in:
SirStendec 2019-01-15 16:14:21 -05:00
parent 57db0387ae
commit adbf50759c
6 changed files with 78 additions and 9 deletions

View file

@ -550,6 +550,15 @@ export default class Chat extends Module {
}
});
this.settings.add('chat.click-emotes.sub-pages', {
default: true,
ui: {
path: 'Chat > Behavior >> General',
title: 'Open Twitch subscription pages by Shift-Clicking emotes when relevant.',
component: 'setting-check-box'
}
});
const ts = new Date(0).toLocaleTimeString().toUpperCase(),
default_24 = ts.lastIndexOf('PM') === -1 && ts.lastIndexOf('AM') === -1;