aboutsummaryrefslogtreecommitdiff
path: root/Project Ports/MainMenu.cs
diff options
context:
space:
mode:
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;
}