summaryrefslogtreecommitdiff
path: root/src/tutorials/tutorial_firststeps_main.js
diff options
context:
space:
mode:
authorSilarn <jrim@rimpo.org>2019-07-04 23:14:39 -0500
committerSilarn <jrim@rimpo.org>2019-07-04 23:14:39 -0500
commit9a795c3ce90bc221574e909db1665f2bc64800ed (patch)
treed643c01c69c96b9a77c58de48568d85b20559aae /src/tutorials/tutorial_firststeps_main.js
parent7879ea2c623521115eafeef4ad788eef8c18cc2c (diff)
parent0596a7199094cc8d103dfe2cfdcd20046c04e85d (diff)
Merge remote-tracking branch 'origin/Develop' into qt-5.13
Diffstat (limited to 'src/tutorials/tutorial_firststeps_main.js')
-rw-r--r--src/tutorials/tutorial_firststeps_main.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/tutorials/tutorial_firststeps_main.js b/src/tutorials/tutorial_firststeps_main.js
index 35d1aa11..45e7e649 100644
--- a/src/tutorials/tutorial_firststeps_main.js
+++ b/src/tutorials/tutorial_firststeps_main.js
@@ -108,11 +108,11 @@ function getTutorialSteps()
tutorial.text = qsTr("Install a few more mods if you want, then enable mods by checking them in the left pane. "
+ "Mods that aren't enabled have no effect on the game whatsoever. ")
highlightItem("modList", true)
- modList.modlist_changed.connect(nextStep)
+ modList.tutorialModlistUpdate.connect(nextStep)
},
function() {
- modList.modlist_changed.disconnect(nextStep)
+ modList.tutorialModlistUpdate.disconnect(nextStep)
unhighlight()
tutorial.text = qsTr("For some mods, enabling it on the left pane is all you have to do...")
waitForClick()