From 60c86e7cee8b3accd8c9654b9a5e60d76a406923 Mon Sep 17 00:00:00 2001 From: AL <26797547+Al12rs@users.noreply.github.com> Date: Sun, 16 Feb 2020 15:40:28 +0100 Subject: Move modInfo loadFromDisc to it's own function --- src/main.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/main.cpp') 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); -- cgit v1.3.1