Skip to content

Commit 1a65542

Browse files
committed
fix forget start thread on logout
1 parent 680a7a6 commit 1a65542

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

TravBotSharp/ControlPanel.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -319,6 +319,7 @@ private void button5_Click(object sender, EventArgs e) // Logout
319319
button2.Invoke(new Action(() => button2.Enabled = false));
320320
}
321321
});
322+
thread.Start();
322323
}
323324

324325
private void button6_Click(object sender, EventArgs e) // Login all accounts

0 commit comments

Comments
 (0)