summaryrefslogtreecommitdiff
path: root/src/mainwindow.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainwindow.cpp')
-rw-r--r--src/mainwindow.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainwindow.cpp b/src/mainwindow.cpp
index 6929a009..2b2685c4 100644
--- a/src/mainwindow.cpp
+++ b/src/mainwindow.cpp
@@ -1170,8 +1170,8 @@ void MainWindow::showEvent(QShowEvent *event)
QMainWindow::showEvent(event);
if (!m_WasVisible) {
- readSettings();
ui->modList->refreshFilters();
+ readSettings();
// this needs to be connected here instead of in the constructor because the
// actual changing of the stylesheet is done by MOApplication, which