feat: make Nicknames searchable with settings dialog search bar (#5886)
This commit is contained in:
@@ -4,10 +4,16 @@
|
||||
|
||||
namespace chatterino {
|
||||
|
||||
class EditableModelView;
|
||||
|
||||
class NicknamesPage : public SettingsPage
|
||||
{
|
||||
public:
|
||||
NicknamesPage();
|
||||
bool filterElements(const QString &query) override;
|
||||
|
||||
private:
|
||||
EditableModelView *view_;
|
||||
};
|
||||
|
||||
} // namespace chatterino
|
||||
|
||||
Reference in New Issue
Block a user