add a settings for the duplicate message sending

This commit is contained in:
fourtf 2020-09-11 17:07:06 +02:00
parent c7a2f4cc92
commit 1baa2b266d

View file

@ -378,6 +378,8 @@ void GeneralPage::initLayout(SettingsLayout &layout)
s.enableSmoothScrollingNewMessages);
layout.addCheckbox("Show input when it's empty", s.showEmptyInput);
layout.addCheckbox("Show message length while typing", s.showMessageLength);
layout.addCheckbox("Allow sending duplicate messages",
s.allowDuplicateMessages);
layout.addTitle("Messages");
layout.addCheckbox("Separate with lines", s.separateMessages);