mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-03-30 21:05:56 -05:00
impr: Harden achievement progress store function
This commit is contained in:
@@ -318,6 +318,7 @@ namespace hex::init {
|
||||
bool storeSettings() {
|
||||
try {
|
||||
ContentRegistry::Settings::impl::store();
|
||||
AchievementManager::storeProgress();
|
||||
} catch (std::exception &e) {
|
||||
log::error("Failed to store configuration! {}", e.what());
|
||||
return false;
|
||||
|
||||
Reference in New Issue
Block a user