mirror of
https://github.com/Chatterino/chatterino2.git
synced 2024-11-21 22:24:07 +01:00
added tip for search shortcut to settings
This commit is contained in:
parent
048a6f661d
commit
95f975996d
1 changed files with 1 additions and 1 deletions
|
@ -53,7 +53,7 @@ void SettingsDialog::initUi()
|
|||
.withoutMargin()
|
||||
.emplace<QLineEdit>()
|
||||
.assign(&this->ui_.search);
|
||||
edit->setPlaceholderText("Find in settings...");
|
||||
edit->setPlaceholderText("Find in settings... (Ctrl+F)");
|
||||
|
||||
QObject::connect(edit.getElement(), &QLineEdit::textChanged, this,
|
||||
&SettingsDialog::filterElements);
|
||||
|
|
Loading…
Reference in a new issue