diff options
| author | Mikaël Capelle <capelle.mikael@gmail.com> | 2021-01-01 13:47:17 +0100 |
|---|---|---|
| committer | Mikaël Capelle <capelle.mikael@gmail.com> | 2021-01-02 15:38:19 +0100 |
| commit | f36c68332019ec68a713b21519c0439039845fa1 (patch) | |
| tree | 16ab98f19c29cb848f69640a477ba8317a79e39d | |
| parent | 73490b3fdd8998a7c116d5c99d2ead4582dfc834 (diff) | |
Save the state of the mod list properly.
| -rw-r--r-- | src/mainwindow.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mainwindow.cpp b/src/mainwindow.cpp index f583f72b..10de1b84 100644 --- a/src/mainwindow.cpp +++ b/src/mainwindow.cpp @@ -1965,6 +1965,7 @@ void MainWindow::storeSettings() s.widgets().saveIndex(ui->tabWidget); m_DataTab->saveState(s); + ui->modList->saveState(s); s.interface().setFilterOptions(FilterWidget::options()); } |
