aboutsummaryrefslogtreecommitdiff
path: root/Project Ports/Desktop.cs
diff options
context:
space:
mode:
authorAndrew <alee14498@gmail.com>2018-08-27 21:06:43 -0400
committerAndrew <alee14498@gmail.com>2018-08-27 21:06:43 -0400
commitf0be68047a246208aa30974990e7c3ec8dd8252a (patch)
tree8320564185b1234f25d51ba135c844b0284caa07 /Project Ports/Desktop.cs
parent129cc4373485a1d1151442ca250ddd8b0d3a8a15 (diff)
downloadProject-Silicon-f0be68047a246208aa30974990e7c3ec8dd8252a.tar.gz
Project-Silicon-f0be68047a246208aa30974990e7c3ec8dd8252a.tar.bz2
Project-Silicon-f0be68047a246208aa30974990e7c3ec8dd8252a.zip
Added crashing
Diffstat (limited to 'Project Ports/Desktop.cs')
-rw-r--r--Project Ports/Desktop.cs3
1 files changed, 3 insertions, 0 deletions
diff --git a/Project Ports/Desktop.cs b/Project Ports/Desktop.cs
index 389b812..2742742 100644
--- a/Project Ports/Desktop.cs
+++ b/Project Ports/Desktop.cs
@@ -50,6 +50,9 @@ namespace Project_Ports
private void Desktop_Load(object sender, EventArgs e)
{
+ #if DEBUG
+ testWindowToolStripMenuItem.Visible = true;
+ #endif
dclock.Start();
desktopWatermark.Text = "Project: Ports " + Properties.Settings.Default.version + Environment.NewLine + "Working Progress";
appMenu.Hide();