fix: remove cosmetic allowCommandsAtEnd setting (#5745)

Any new functionality we'd want to add here would probably not be what
people who checked this setting actually wanted it do be. It's best to
start fresh if we want to add similar functionality.
This commit is contained in:
pajlada
2024-11-30 14:14:11 +01:00
committed by GitHub
parent 92c921c2a1
commit 14776deb35
3 changed files with 1 additions and 7 deletions
@@ -123,10 +123,6 @@ CommandPage::CommandPage()
});
}
layout.append(
this->createCheckBox("Also match the trigger at the end of the message",
getSettings()->allowCommandsAtEnd));
QLabel *text = layout.emplace<QLabel>(HELP_TEXT).getElement();
text->setWordWrap(true);
text->setStyleSheet("color: #bbb");