Skip to content
This repository has been archived by the owner on Dec 3, 2021. It is now read-only.

Commit

Permalink
Add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Jack-Myth committed Sep 26, 2018
1 parent ebd9f8a commit 2df1e4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion IdleMaster/IdleMaster/frmMain.cs
Original file line number Diff line number Diff line change
Expand Up @@ -448,7 +448,7 @@ public void IdleComplete()
public async Task LoadBadgesAsync()
{
// Settings.Default.myProfileURL = https://steamcommunity.com/id/USER
// Refresh myProfileURL
// Refresh every time so it will be more stable
Settings.Default.myProfileURL= SteamProfile.GetSteamUrl();
var profileLink = Settings.Default.myProfileURL + "/badges";
var pages = new List<string>() { "?p=1" };
Expand Down

0 comments on commit 2df1e4a

Please sign in to comment.