summaryrefslogtreecommitdiff
path: root/src/mainwindow.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainwindow.cpp')
-rw-r--r--src/mainwindow.cpp1
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());
}