mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-03-27 23:37:05 -05:00
fix: Achievements re-triggering in cases where an achievement is triggered before its save is loaded
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
#include <hex/api/achievement_manager.hpp>
|
||||
#include <hex/api/events/requests_interaction.hpp>
|
||||
#include <hex/api/task_manager.hpp>
|
||||
#include <hex/api/imhex_api/system.hpp>
|
||||
@@ -46,6 +47,8 @@ namespace hex::init {
|
||||
ContentRegistry::Settings::impl::load();
|
||||
ContentRegistry::Settings::impl::store();
|
||||
|
||||
AchievementManager::loadProgress();
|
||||
|
||||
EventImHexStartupFinished::post();
|
||||
|
||||
TutorialManager::init();
|
||||
|
||||
Reference in New Issue
Block a user