Skip to content

Commit

Permalink
debug下不会检查更新
Browse files Browse the repository at this point in the history
  • Loading branch information
Hill23333 committed Dec 14, 2024
1 parent f166ef5 commit ed19ac8
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion PCLIssueHelper/FormMain.cs
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,11 @@ public FormMain()

toolStripStatusLabel3.Text = (toolStripStatusLabel3.Text ?? "").Replace("${issue}", _issues.Count.ToString());
toolStripStatusLabel1.Text = "";

#if DEBUG
#else
Updater.CheckUpdates(false);
#endif

}
private async void buttonGetSimilarity_Click(object sender, EventArgs e)
{
Expand Down

0 comments on commit ed19ac8

Please sign in to comment.