Add setting to stack bits (#1452)

This commit is contained in:
apa420
2019-12-21 10:36:46 +01:00
committed by pajlada
parent d5001b97f4
commit be898e88dd
4 changed files with 30 additions and 0 deletions
@@ -391,6 +391,7 @@ void GeneralPage::initLayout(SettingsLayout &layout)
layout.addCheckbox("Animate", s.animateEmotes);
layout.addCheckbox("Animate only when Chatterino is focused",
s.animationsWhenFocused);
layout.addCheckbox("Stack bits", s.stackBits);
layout.addDropdown<float>(
"Size", {"0.5x", "0.75x", "Default", "1.25x", "1.5x", "2x"},
s.emoteScale,