mirror of
https://github.com/FrankerFaceZ/FrankerFaceZ.git
synced 2025-09-17 18:26:57 +00:00
Disable channel.extra-links by default
This commit is contained in:
parent
2f105eb3c4
commit
16192e0e52
1 changed files with 2 additions and 2 deletions
|
@ -40,7 +40,7 @@ export default class Channel extends Module {
|
|||
});
|
||||
|
||||
this.settings.add('channel.extra-links', {
|
||||
default: true,
|
||||
default: false,
|
||||
ui: {
|
||||
path: 'Channel > Appearance >> General',
|
||||
title: 'Add extra links to live channel pages, next to the streamer\'s name.',
|
||||
|
@ -488,4 +488,4 @@ export default class Channel extends Module {
|
|||
err ? pair[1](err) : pair[0](id);
|
||||
});
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue