summaryrefslogtreecommitdiff
path: root/src/main.cpp
diff options
context:
space:
mode:
authorisanae <14251494+isanae@users.noreply.github.com>2020-02-19 03:40:26 -0500
committerGitHub <noreply@github.com>2020-02-19 03:40:26 -0500
commit21904f6214d05a4a823e08317fab8c3f2463d57a (patch)
treebca03f99961d06da077a49dfc42b0fdf04f8167b /src/main.cpp
parentd41d57fe07633cc1be70c666e91c7e571afdd28f (diff)
parent13a622e6cd49e7733cd5c6cff4414219e59e459e (diff)
Merge pull request #1005 from isanae/missing-categories
Missing categories
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 8813aaa7..10887825 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -649,6 +649,7 @@ int runApplication(MOApplication &application, SingleInstance &instance,
game->gameName(), game->gameShortName(), game->steamAPPId(),
game->gameDirectory().absolutePath());
+ CategoryFactory::instance().loadCategories();
organizer.updateExecutablesList();
organizer.updateModInfoFromDisc();