From ab2feccbc2a1de4cbb0dd26790424b18e57bb5be Mon Sep 17 00:00:00 2001 From: Alee14 Date: Sun, 26 Aug 2018 23:26:37 -0400 Subject: Added a disclaimer when you build the project in debug --- Project Ports/Desktop.cs | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Project Ports/Desktop.cs b/Project Ports/Desktop.cs index 1d8a7d0..aaba96a 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 + MessageBox.Show("You have set the build to \"Debug\" there are some features that is disabled in this build."); + #endif hijackScreen.Hide(); if(Properties.Settings.Default.hijacked == true) { -- cgit v1.2.3