diff options
| author | Chris Bessent <lost.dragonist@gmail.com> | 2021-04-30 08:41:29 -0700 |
|---|---|---|
| committer | Chris Bessent <lost.dragonist@gmail.com> | 2021-04-30 08:41:29 -0700 |
| commit | a8bcbf6555a5191f930407c674cedec5f271471b (patch) | |
| tree | 696cb72fe18fcdf8f9f9e930288b9c0c6ebd6a6f /src/tutorials/tutorial_firststeps_main.js | |
| parent | aafd5237360759aaeac8714ea31ad7a61f243037 (diff) | |
Fix up tutorials
Diffstat (limited to 'src/tutorials/tutorial_firststeps_main.js')
| -rw-r--r-- | src/tutorials/tutorial_firststeps_main.js | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/tutorials/tutorial_firststeps_main.js b/src/tutorials/tutorial_firststeps_main.js index 96bfd0e7..76faf973 100644 --- a/src/tutorials/tutorial_firststeps_main.js +++ b/src/tutorials/tutorial_firststeps_main.js @@ -72,8 +72,10 @@ function getTutorialSteps() tutorial.text = qsTr("There are a few ways to get mods into ModOrganizer. "
+ "If you associated MO with NXM links in the settings you can now use your regular browser to send downloads from Nexus to MO. "
+ "Click on \"Nexus\" to open nexus, find a mod and click the green download buttons on Nexus saying \"Download with Manager\".")
- if (tutorialControl.waitForAction("actionNexus")) {
+ if (tutorialControl.waitForAction("actionNexus") &&
+ tutorialControl.waitForAction("actionModPage")) {
highlightAction("actionNexus", true)
+ highlightAction("actionModPage", true)
} else {
console.error("browser action broken")
waitForClick()
|
