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

Function getTutorialSteps

src/tutorials/tutorial_primer_main.js:128–141  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

126}
127
128function getTutorialSteps() {
129 tutorialCanceller.visible = false
130 return [
131 function() {
132 tutorial.text = qsTr("Click to quit")
133
134 setupTooptips()
135
136 onTabChanged(setupTooptips)
137
138 waitForClick()
139 }
140 ]
141}

Callers 1

initFunction · 0.70

Calls 3

setupTooptipsFunction · 0.85
onTabChangedFunction · 0.85
waitForClickFunction · 0.85

Tested by

no test coverage detected