Skip to content

Commit

Permalink
Bring the "getting started" section up to date
Browse files Browse the repository at this point in the history
  • Loading branch information
DevilXD committed Oct 29, 2024
1 parent 3b4923a commit 03c4fa8
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions translate.py
Original file line number Diff line number Diff line change
Expand Up @@ -404,19 +404,21 @@ class Translation(TypedDict):
"1. Login to the application.\n"
"2. Ensure your Twitch account is linked to all campaigns "
"you're interested in mining.\n"
"3. If you're interested in just mining everything, "
"uncheck \"Priority only\" and press \"Reload\".\n"
"3. If you're interested in mining everything possible, "
"change the Priority Mode to anything other than \"Priority list only\" "
"and press on \"Reload\".\n"
"4. If you want to mine specific games first, use the \"Priority\" list "
"to set up an ordered list of games of your choice. "
"Games from the top of the list will be attempted to be mined first, "
"before the ones lower down the list.\n"
"5. Keep the \"Priority only\" option checked to avoid mining games "
"that are not on the priority list. Or not - it's up to you.\n"
"5. Keep the \"Priority mode\" selected as \"Priority list only\", "
"to avoid mining games that are not on the priority list. "
"Or not - it's up to you.\n"
"6. Use the \"Exclude\" list to tell the application "
"which games should never be mined.\n"
"7. Changing the contents of either of the lists or changing the state "
"of the \"Priority only\" option, requires you to press \"Reload\" "
"for the changes to take effect."
"7. Changing the contents of either of the lists, or changing "
"the \"Priority mode\", requires you to press on \"Reload\" "
"for the changes to take an effect."
),
},
},
Expand Down

0 comments on commit 03c4fa8

Please sign in to comment.