summaryrefslogtreecommitdiff
path: root/src/mainwindow.cpp
diff options
context:
space:
mode:
authorEran Mizrahi <erasmux@gmail.com>2017-12-26 19:38:37 +0200
committerEran Mizrahi <erasmux@gmail.com>2017-12-26 19:38:37 +0200
commit482f3d1f6d790ebd411aba4552ff4dcd936a2955 (patch)
tree7144c8b3d8f7274feac2a4af93bf3a35b096c605 /src/mainwindow.cpp
parentfed4ea257ab7ae7c154c4c4e3ac6ec8fd4093f59 (diff)
Show the newly added mod when creating an empty mod
Diffstat (limited to 'src/mainwindow.cpp')
-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()