summaryrefslogtreecommitdiff
path: root/src/tutorials/tutorial_firststeps_settings.js
diff options
context:
space:
mode:
authorTannin <Tannin@Serenity>2013-02-03 12:49:25 +0100
committerTannin <Tannin@Serenity>2013-02-03 12:49:25 +0100
commit981f8b3acf7e76f27c02f4ced80d55b424cc7497 (patch)
tree0f504d99d1e5fe197258febff3c147d0725abda4 /src/tutorials/tutorial_firststeps_settings.js
initial commit to mercurial repository.
Corresponds to MO version 0.12.6
Diffstat (limited to 'src/tutorials/tutorial_firststeps_settings.js')
-rw-r--r--src/tutorials/tutorial_firststeps_settings.js25
1 files changed, 25 insertions, 0 deletions
diff --git a/src/tutorials/tutorial_firststeps_settings.js b/src/tutorials/tutorial_firststeps_settings.js
new file mode 100644
index 00000000..2bff4251
--- /dev/null
+++ b/src/tutorials/tutorial_firststeps_settings.js
@@ -0,0 +1,25 @@
+function getTutorialSteps()
+{
+ return [
+ function() {
+ highlightItem("tabWidget", true)
+ tutorial.text = qsTr("You can use your regular browser to download from Nexus.\nPlease open the \"Nexus\"-tab")
+ tutorialControl.waitForTabOpen("tabWidget", 2)
+ },
+
+ function() {
+ highlightItem("handleNXMBox", false)
+ tutorial.text = qsTr("If this box is checked the \"DOWNLOAD WITH MANAGER\"-buttons "
+ +"in your regular browser will also download with Mod Organizer.")
+ waitForClick()
+ },
+
+ function() {
+ highlightItem("nexusBox", false)
+ tutorial.text = qsTr("You can also store your Nexus-credentials "
+ +"here for automatic login. The password is "
+ +"stored unencrypted on your disk!")
+ waitForClick()
+ }
+ ]
+}