Skip to content

Commit

Permalink
fixed bug where it wouldnt update properly on first launch
Browse files Browse the repository at this point in the history
  • Loading branch information
Lord Comfy authored and Lord Comfy committed Jan 19, 2020
1 parent aea3aed commit 9d7e6b5
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions TwitchApiViewrList/Form1.vb
Expand Up @@ -13,6 +13,13 @@ Public Class Form1

Private Sub Form1_Load(sender As Object, e As EventArgs) Handles MyBase.Load
Timer1.Start()

Try
username = My.Settings.username
FetchData(username)
Catch ex As Exception

End try
End Sub

Private Sub FetchData(username As String)
Expand Down

0 comments on commit 9d7e6b5

Please sign in to comment.