changed scrollbar bg

This commit is contained in:
fourtf
2018-06-05 00:14:20 +02:00
parent 4b52a98778
commit 10b0466052
3 changed files with 6 additions and 4 deletions
@@ -108,6 +108,7 @@ AppearancePage::AppearancePage()
auto emotes = layout.emplace<QGroupBox>("Emotes").setLayoutType<QVBoxLayout>();
{
/*
emotes.append(
this->createCheckBox("Enable Twitch emotes", app->settings->enableTwitchEmotes));
emotes.append(this->createCheckBox("Enable BetterTTV emotes for Twitch",
@@ -115,6 +116,7 @@ AppearancePage::AppearancePage()
emotes.append(this->createCheckBox("Enable FrankerFaceZ emotes for Twitch",
app->settings->enableFfzEmotes));
emotes.append(this->createCheckBox("Enable emojis", app->settings->enableEmojis));
*/
emotes.append(
this->createCheckBox("Enable animations", app->settings->enableGifAnimations));