This commit is contained in:
fourtf
2018-08-15 23:48:16 +02:00
parent af7b742a23
commit 5068c9a64e
3 changed files with 12 additions and 6 deletions
+3
View File
@@ -218,6 +218,9 @@ void LookPage::addEmoteTab(LayoutCreator<QVBoxLayout> layout)
*/
layout.append(
this->createCheckBox("Animations", getSettings()->enableGifAnimations));
layout.append(
this->createCheckBox("Animations only when chatterino has focus",
getSettings()->enableAnimationsWhenFocused));
auto scaleBox = layout.emplace<QHBoxLayout>().withoutMargin();
{