MCPcopy Create free account
hub / github.com/ModOrganizer2/modorganizer / getTutorialSteps

Function getTutorialSteps

src/tutorials/tutorial_firststeps_browser.js:1–12  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1function getTutorialSteps()
2{
3 return [
4 function() {
5 tutorial.text = qsTr("This is a fully featured browser that is set up to "
6 +"open the correct nexus page for your game. You can "
7 +"download any mod using the \"DOWNLOAD WITH MANAGER\"-button "
8 +"or the \"manual\"-link and it will be downloaded by MO.")
9 waitForClick()
10 }
11 ]
12}

Callers

nothing calls this directly

Calls 1

waitForClickFunction · 0.85

Tested by

no test coverage detected