mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-04-02 05:27:41 -05:00
fix: Don't run migration tasks on first launch
This commit is contained in:
@@ -287,6 +287,7 @@ namespace hex::plugin::builtin {
|
||||
const auto prevLaunchVersion = ContentRegistry::Settings::read<std::string>("hex.builtin.setting.general", "hex.builtin.setting.general.prev_launch_version", "");
|
||||
if (prevLaunchVersion == "") {
|
||||
EventFirstLaunch::post();
|
||||
return;
|
||||
}
|
||||
|
||||
const auto prevLaunchVersionParsed = SemanticVersion(prevLaunchVersion);
|
||||
|
||||
Reference in New Issue
Block a user