Fix "variables" documentation help in the Filter creation dialog (#2083)
This commit is contained in:
@@ -30,8 +30,7 @@ ChannelFilterEditorDialog::ChannelFilterEditorDialog(QWidget *parent)
|
||||
auto helpLabel =
|
||||
new QLabel(QString("<a href='%1'><span "
|
||||
"style='color:#99f'>variable help</span></a>")
|
||||
.arg("https://github.com/Chatterino/chatterino2/blob/"
|
||||
"master/docs/Filters.md#variables"));
|
||||
.arg("https://wiki.chatterino.com/Filters/#variables"));
|
||||
helpLabel->setOpenExternalLinks(true);
|
||||
|
||||
buttonBox->addWidget(helpLabel);
|
||||
|
||||
Reference in New Issue
Block a user