feat: add setting to pulse split input on self message received (#6380)
This commit is contained in:
@@ -496,6 +496,14 @@ void GeneralPage::initLayout(GeneralPageView &layout)
|
||||
->addKeywords({"scroll bar"})
|
||||
->addTo(layout);
|
||||
|
||||
SettingWidget::checkbox(
|
||||
"Pulse text input when one of your messages is successfully sent",
|
||||
s.pulseTextInputOnSelfMessage)
|
||||
->setTooltip(
|
||||
"Pulses the text input in a green color whenever a message of "
|
||||
"yours is successfully sent in the matching channel.")
|
||||
->addTo(layout);
|
||||
|
||||
layout.addTitle("Messages");
|
||||
|
||||
SettingWidget::checkbox("Separate with lines", s.separateMessages)
|
||||
|
||||
Reference in New Issue
Block a user