We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c7da65 commit 4d585d1Copy full SHA for 4d585d1
main/gui/source/init/run/common.cpp
@@ -1,3 +1,4 @@
1
+#include <hex/api/achievement_manager.hpp>
2
#include <hex/api/events/requests_interaction.hpp>
3
#include <hex/api/task_manager.hpp>
4
#include <hex/api/imhex_api/system.hpp>
@@ -46,6 +47,8 @@ namespace hex::init {
46
47
ContentRegistry::Settings::impl::load();
48
ContentRegistry::Settings::impl::store();
49
50
+ AchievementManager::loadProgress();
51
+
52
EventImHexStartupFinished::post();
53
54
TutorialManager::init();
0 commit comments