mirror of
https://github.com/FrankerFaceZ/FrankerFaceZ.git
synced 2025-08-11 16:40:55 +00:00
4.20.40
* Added: New option for adjusting the font size on Twitch outside of chat. * Changed: Use tabular numbers (fixed width) for chat timestamps. * Fixed: Update the default font size to `13` to reflect changes made in Twitch's recent update.
This commit is contained in:
parent
64f7a513a8
commit
0c5dcb4d1b
5 changed files with 48 additions and 3 deletions
|
@ -100,7 +100,7 @@ export default class Chat extends Module {
|
|||
});
|
||||
|
||||
this.settings.add('chat.font-size', {
|
||||
default: 12,
|
||||
default: 13,
|
||||
ui: {
|
||||
path: 'Chat > Appearance >> General',
|
||||
title: 'Font Size',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue