diff options
| author | isanae <14251494+isanae@users.noreply.github.com> | 2020-02-19 03:40:26 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-02-19 03:40:26 -0500 |
| commit | 21904f6214d05a4a823e08317fab8c3f2463d57a (patch) | |
| tree | bca03f99961d06da077a49dfc42b0fdf04f8167b /src/main.cpp | |
| parent | d41d57fe07633cc1be70c666e91c7e571afdd28f (diff) | |
| parent | 13a622e6cd49e7733cd5c6cff4414219e59e459e (diff) | |
Merge pull request #1005 from isanae/missing-categories
Missing categories
Diffstat (limited to 'src/main.cpp')
| -rw-r--r-- | src/main.cpp | 1 |
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(); |
