summaryrefslogtreecommitdiff
path: root/src/tutorials/tutorial_firststeps_settings.js
blob: 2bff42515cd9655be3da611cac74a9456db09ae5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
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()
        }
    ]
}