mirror of
https://github.com/Chatterino/chatterino2.git
synced 2024-11-21 22:24:07 +01:00
Grammar
This commit is contained in:
parent
88b1122369
commit
fa67cdb928
1 changed files with 1 additions and 1 deletions
|
@ -264,7 +264,7 @@ void GeneralPage::initLayout(SettingsLayout &layout)
|
||||||
layout.addTitle2("Misc");
|
layout.addTitle2("Misc");
|
||||||
layout.addCheckbox("Show twitch whispers inline", s.inlineWhispers);
|
layout.addCheckbox("Show twitch whispers inline", s.inlineWhispers);
|
||||||
layout.addCheckbox("Grey out historic messages", s.greyOutHistoricMessages);
|
layout.addCheckbox("Grey out historic messages", s.greyOutHistoricMessages);
|
||||||
layout.addCheckbox("Greyd out messages have red stripes on them",
|
layout.addCheckbox("Emphasize deleted messages",
|
||||||
s.redDisabledMessages);
|
s.redDisabledMessages);
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|
Loading…
Reference in a new issue