diff options
| author | isanae <14251494+isanae@users.noreply.github.com> | 2020-02-18 21:06:04 -0500 |
|---|---|---|
| committer | isanae <14251494+isanae@users.noreply.github.com> | 2020-02-18 21:06:04 -0500 |
| commit | 13a622e6cd49e7733cd5c6cff4414219e59e459e (patch) | |
| tree | bca03f99961d06da077a49dfc42b0fdf04f8167b /src/main.cpp | |
| parent | d41d57fe07633cc1be70c666e91c7e571afdd28f (diff) | |
categories were loaded too late
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(); |
