Skip to content

Commit

Permalink
Merge pull request #1144 from shananas/master
Browse files Browse the repository at this point in the history
Fix Wizard opening everytime you run mod manager
  • Loading branch information
Oathseeker authored Jan 26, 2025
2 parents 0e283a1 + 947bbb5 commit 29b7bdd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions OpenKh.Tools.ModsManager/ViewModels/MainViewModel.cs
Original file line number Diff line number Diff line change
Expand Up @@ -479,6 +479,7 @@ await ModsService.InstallMod(name, isZipFile, isLuaFile, progress =>
}
else
PC = false;
ConfigurationService.WizardVersionNumber = _wizardVersionNumber;
}
});

Expand Down

0 comments on commit 29b7bdd

Please sign in to comment.