Skip to content

Commit ed19ac8

Browse files
committed
debug下不会检查更新
1 parent f166ef5 commit ed19ac8

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

PCLIssueHelper/FormMain.cs

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,11 @@ public FormMain()
1919

2020
toolStripStatusLabel3.Text = (toolStripStatusLabel3.Text ?? "").Replace("${issue}", _issues.Count.ToString());
2121
toolStripStatusLabel1.Text = "";
22-
22+
#if DEBUG
23+
#else
2324
Updater.CheckUpdates(false);
25+
#endif
26+
2427
}
2528
private async void buttonGetSimilarity_Click(object sender, EventArgs e)
2629
{

0 commit comments

Comments
 (0)