mirror of
https://github.com/Chatterino/chatterino2.git
synced 2024-11-21 22:24:07 +01:00
added two missing settings
This commit is contained in:
parent
7b06405a1c
commit
5e69354178
1 changed files with 4 additions and 0 deletions
|
@ -254,6 +254,10 @@ void GeneralPage::initLayout(SettingsLayout &layout)
|
|||
layout.addSpacing(16);
|
||||
layout.addSeperator();
|
||||
|
||||
layout.addTitle2("Misc");
|
||||
layout.addCheckbox("Show twitch whispers inline", s.inlineWhispers);
|
||||
layout.addCheckbox("Grey out historic messages", s.greyOutHistoricMessages);
|
||||
|
||||
/*
|
||||
layout.addTitle2("Cache");
|
||||
layout.addDescription("Chatterino saves files on disk to speed up loading "
|
||||
|
|
Loading…
Reference in a new issue