mirror of
https://github.com/Chatterino/chatterino2.git
synced 2024-11-21 22:24:07 +01:00
modified "show message length" settings text
This commit is contained in:
parent
11621fd146
commit
a9d706048c
1 changed files with 1 additions and 1 deletions
|
@ -65,7 +65,7 @@ AppearancePage::AppearancePage()
|
||||||
}
|
}
|
||||||
messages.append(this->createCheckBox("Show badges", settings.showBadges));
|
messages.append(this->createCheckBox("Show badges", settings.showBadges));
|
||||||
messages.append(this->createCheckBox("Seperate messages", settings.seperateMessages));
|
messages.append(this->createCheckBox("Seperate messages", settings.seperateMessages));
|
||||||
messages.append(this->createCheckBox("Show message length", settings.showMessageLength));
|
messages.append(this->createCheckBox("Show message length while typing", settings.showMessageLength));
|
||||||
}
|
}
|
||||||
|
|
||||||
layout->addStretch(1);
|
layout->addStretch(1);
|
||||||
|
|
Loading…
Reference in a new issue