Fix an issue where the "Enable zero-width emotes" setting was showing the inverse state (#4462)
This commit is contained in:
@@ -375,7 +375,7 @@ void GeneralPage::initLayout(GeneralPageView &layout)
|
||||
layout.addCheckbox("Animate only when Chatterino is focused",
|
||||
s.animationsWhenFocused);
|
||||
layout.addCheckbox(
|
||||
"Enable zero-width emotes", s.enableZeroWidthEmotes,
|
||||
"Enable zero-width emotes", s.enableZeroWidthEmotes, false,
|
||||
"When disabled, emotes that overlap other emotes, such as BTTV's "
|
||||
"cvMask and 7TV's RainTime, will appear as normal emotes.");
|
||||
layout.addCheckbox("Enable emote auto-completion by typing :",
|
||||
|
||||
Reference in New Issue
Block a user