Correctly load seeds

This commit is contained in:
zhupengfei
2020-05-01 15:05:01 +08:00
parent f60fc572be
commit 2c4dd84d49
3 changed files with 8 additions and 8 deletions
+4
View File
@@ -48,6 +48,10 @@ bool SDMCImporter::Init() {
return false;
}
if (!config.seed_db_path.empty()) {
Seeds::Load(config.seed_db_path);
}
decryptor = std::make_unique<SDMCDecryptor>(config.sdmc_path);
FileUtil::SetUserPath(config.user_path);