summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/mainwindow.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mainwindow.cpp b/src/mainwindow.cpp
index 1c5e321d..3e1c6e04 100644
--- a/src/mainwindow.cpp
+++ b/src/mainwindow.cpp
@@ -2595,6 +2595,8 @@ void MainWindow::createEmptyMod_clicked()
if (newMod == nullptr) {
return;
}
+
+ m_OrganizerCore.refreshModList();
}
void MainWindow::createModFromOverwrite()