We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f166ef5 commit ed19ac8Copy full SHA for ed19ac8
PCLIssueHelper/FormMain.cs
@@ -19,8 +19,11 @@ public FormMain()
19
20
toolStripStatusLabel3.Text = (toolStripStatusLabel3.Text ?? "").Replace("${issue}", _issues.Count.ToString());
21
toolStripStatusLabel1.Text = "";
22
-
+#if DEBUG
23
+#else
24
Updater.CheckUpdates(false);
25
+#endif
26
+
27
}
28
private async void buttonGetSimilarity_Click(object sender, EventArgs e)
29
{
0 commit comments