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

Function getTutorialSteps

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

Source from the content-addressed store, hash-verified

1function getTutorialSteps()
2{
3 tutorialCanceller.visible = false
4 return [
5 function() {
6 tutorial.text = qsTr("This dialog tries to expose as much information about a mod as possible. "
7 +"Depending on the mod, this may include readmes, screenshots, optional plugins and so on. "
8 +"If a certain type of information was not found in a mod, the corresponding tab "
9 +"is grayed out.")
10 highlightItem("tabWidget", false)
11 waitForClick()
12 },
13 function() {
14 tutorial.text = qsTr("If you installed the mod from Nexus, the corresponding tab should give you direct "
15 +"access to the mod page description, which can be refreshed directly from Nexus.")
16 waitForClick()
17 },
18 function() {
19 unhighlight()
20 tutorial.text = qsTr("We may revisit this screen in later tutorials.")
21 waitForClick()
22 }
23 ]
24}

Callers

nothing calls this directly

Calls 3

highlightItemFunction · 0.85
waitForClickFunction · 0.85
unhighlightFunction · 0.85

Tested by

no test coverage detected