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