summaryrefslogtreecommitdiff
path: root/src/main.cpp
diff options
context:
space:
mode:
authorAL <26797547+Al12rs@users.noreply.github.com>2020-02-16 15:40:28 +0100
committerAL <26797547+Al12rs@users.noreply.github.com>2020-02-16 15:53:24 +0100
commit60c86e7cee8b3accd8c9654b9a5e60d76a406923 (patch)
tree1ed55875dea09fe7f3603c7e45a0a98142306ab1 /src/main.cpp
parent86c5b64ab5d1b57f0bc1f184983adb0936e6de3f (diff)
Move modInfo loadFromDisc to it's own function
Diffstat (limited to 'src/main.cpp')
-rw-r--r--src/main.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main.cpp b/src/main.cpp
index 2f4c80a1..b1b5c850 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -643,6 +643,7 @@ int runApplication(MOApplication &application, SingleInstance &instance,
game->gameDirectory().absolutePath());
organizer.updateExecutablesList();
+ organizer.updateModInfoFromDisc();
QString selectedProfileName = determineProfile(arguments, settings);
organizer.setCurrentProfile(selectedProfileName);