Remember last viewed page in Options dialog (#15230)

This commit is contained in:
Chocobo1
2021-07-28 11:11:00 +08:00
committed by GitHub
parent 1eb246c98b
commit 2d4d246268
2 changed files with 6 additions and 0 deletions

View File

@@ -181,6 +181,7 @@ private:
Ui::OptionsDialog *m_ui;
SettingValue<QSize> m_storeDialogSize;
SettingValue<QStringList> m_storeHSplitterSize;
SettingValue<int> m_storeLastViewedPage;
QPushButton *m_applyButton;