diff options
| author | Alee14 <Alee14498@gmail.com> | 2018-08-26 23:26:37 -0400 |
|---|---|---|
| committer | Alee14 <Alee14498@gmail.com> | 2018-08-26 23:26:37 -0400 |
| commit | ab2feccbc2a1de4cbb0dd26790424b18e57bb5be (patch) | |
| tree | 43733dfc81a69486588df038ab34f682ee98937a /Project Ports/Desktop.cs | |
| parent | 4a30865bce1f7a6f8c4944107be0bd97d0366dde (diff) | |
| download | Project-Silicon-ab2feccbc2a1de4cbb0dd26790424b18e57bb5be.tar.gz Project-Silicon-ab2feccbc2a1de4cbb0dd26790424b18e57bb5be.tar.bz2 Project-Silicon-ab2feccbc2a1de4cbb0dd26790424b18e57bb5be.zip | |
Added a disclaimer when you build the project in debug
Diffstat (limited to 'Project Ports/Desktop.cs')
| -rw-r--r-- | Project Ports/Desktop.cs | 3 |
1 files changed, 3 insertions, 0 deletions
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) { |
