mirror of
https://github.com/Chatterino/chatterino2.git
synced 2024-11-21 22:24:07 +01:00
renamed filter dropdown items
This commit is contained in:
parent
e7c2e1bec2
commit
aa4326f051
1 changed files with 2 additions and 1 deletions
|
@ -94,7 +94,8 @@ ChannelFilterEditorDialog::ValueSpecifier::ValueSpecifier()
|
|||
this->valueInput_ = new QLineEdit;
|
||||
this->layout_ = new QHBoxLayout;
|
||||
|
||||
this->typeCombo_->insertItems(0, {"Text", "Number", "Variable"});
|
||||
this->typeCombo_->insertItems(
|
||||
0, {"Variable", "Constant Text", "Constant Number"});
|
||||
this->varCombo_->insertItems(0, filterparser::validIdentifiersMap.values());
|
||||
|
||||
this->layout_->addWidget(this->typeCombo_);
|
||||
|
|
Loading…
Reference in a new issue