fix: commit missing selectPage() for OptionsDialog

This commit is contained in:
IChooseYou
2026-03-10 15:43:27 -06:00
committed by IChooseYou
parent ea85b7a621
commit 0582cb286b
2 changed files with 11 additions and 0 deletions

View File

@@ -27,6 +27,7 @@ public:
explicit OptionsDialog(const OptionsResult& current, QWidget* parent = nullptr);
OptionsResult result() const;
void selectPage(int index);
private:
void filterTree(const QString& text);