aboutsummaryrefslogtreecommitdiff
path: root/Project Ports/MainMenu.cs
diff options
context:
space:
mode:
authorAndrew <alee14498@gmail.com>2018-08-27 16:29:07 -0400
committerAndrew <alee14498@gmail.com>2018-08-27 16:29:07 -0400
commit30361aadd406e8d33671aea223b3e0a119a1d503 (patch)
tree56475b216f29b04668b34ef9c6b4cc7a7e4c2809 /Project Ports/MainMenu.cs
parentd515e39997ce08f9ea58f6113a648c0fc0c93322 (diff)
downloadProject-Silicon-30361aadd406e8d33671aea223b3e0a119a1d503.tar.gz
Project-Silicon-30361aadd406e8d33671aea223b3e0a119a1d503.tar.bz2
Project-Silicon-30361aadd406e8d33671aea223b3e0a119a1d503.zip
Moved the debug message to launcher
Diffstat (limited to 'Project Ports/MainMenu.cs')
-rw-r--r--Project Ports/MainMenu.cs3
1 files changed, 3 insertions, 0 deletions
diff --git a/Project Ports/MainMenu.cs b/Project Ports/MainMenu.cs
index d9d329b..a1eb5aa 100644
--- a/Project Ports/MainMenu.cs
+++ b/Project Ports/MainMenu.cs
@@ -70,6 +70,9 @@ namespace Project_Ports
private void MainMenu_Load(object sender, EventArgs e)
{
+ #if DEBUG
+ MessageBox.Show("You have set the build to \"Debug\". There are some features that is disabled in debug builds.");
+ #endif
portsVersion.Text = Properties.Settings.Default.version;
}