mirror of
https://github.com/Chatterino/chatterino2.git
synced 2024-11-13 19:49:51 +01:00
Mention filters in the note for features that nicknames don't work with (#4826)
This commit is contained in:
parent
e6df652a4f
commit
89b915bad1
|
@ -18,7 +18,8 @@ NicknamesPage::NicknamesPage()
|
|||
auto layout = layoutCreator.setLayoutType<QVBoxLayout>();
|
||||
|
||||
layout.emplace<QLabel>(
|
||||
"Nicknames do not work with features such as user highlights."
|
||||
"Nicknames do not work with features such as user highlights and "
|
||||
"filters."
|
||||
"\nWith those features you will still need to use the user's original "
|
||||
"name.");
|
||||
EditableModelView *view =
|
||||
|
|
Loading…
Reference in a new issue