Skip to content

Commit

Permalink
Fixed magnet links
Browse files Browse the repository at this point in the history
  • Loading branch information
Fma965 committed May 16, 2021
1 parent 232f9ad commit 90bf910
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Syn3Updater/UI/Tabs/HomeViewModel.cs
Original file line number Diff line number Diff line change
Expand Up @@ -350,9 +350,9 @@ public void Init()
else
{
SelectedRegionIndex = -1;
SelectedReleaseIndex = -1;
SelectedMapVersionIndex = -1;
}
SelectedReleaseIndex = -1;
SelectedMapVersionIndex = -1;
}

private static void RegionInfoAction()
Expand Down

0 comments on commit 90bf910

Please sign in to comment.