mirror of
https://github.com/ModOrganizer2/modorganizer-installer_wizard.git
synced 2026-07-27 14:07:59 -07:00
Fix context when going back.
This commit is contained in:
@@ -595,6 +595,7 @@ class WizardInstallerDialog(QtWidgets.QDialog):
|
||||
|
||||
if context.context in self._pages:
|
||||
page = self._pages[context.context]
|
||||
page.update_context(context)
|
||||
else:
|
||||
page = self._make_page(context)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user