mirror of
https://github.com/Chatterino/chatterino2.git
synced 2024-11-21 22:24:07 +01:00
add a settings for the duplicate message sending
This commit is contained in:
parent
c7a2f4cc92
commit
1baa2b266d
1 changed files with 2 additions and 0 deletions
|
@ -378,6 +378,8 @@ void GeneralPage::initLayout(SettingsLayout &layout)
|
||||||
s.enableSmoothScrollingNewMessages);
|
s.enableSmoothScrollingNewMessages);
|
||||||
layout.addCheckbox("Show input when it's empty", s.showEmptyInput);
|
layout.addCheckbox("Show input when it's empty", s.showEmptyInput);
|
||||||
layout.addCheckbox("Show message length while typing", s.showMessageLength);
|
layout.addCheckbox("Show message length while typing", s.showMessageLength);
|
||||||
|
layout.addCheckbox("Allow sending duplicate messages",
|
||||||
|
s.allowDuplicateMessages);
|
||||||
|
|
||||||
layout.addTitle("Messages");
|
layout.addTitle("Messages");
|
||||||
layout.addCheckbox("Separate with lines", s.separateMessages);
|
layout.addCheckbox("Separate with lines", s.separateMessages);
|
||||||
|
|
Loading…
Reference in a new issue