Skip to content

Commit

Permalink
Fix Wizard opening everytime you run mod manager
Browse files Browse the repository at this point in the history
  • Loading branch information
shananas committed Jan 26, 2025
1 parent 0e283a1 commit 947bbb5
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 947bbb5

Please sign in to comment.