diff --git a/Bloxstrap/Dialogs/Preferences.xaml b/Bloxstrap/Dialogs/Preferences.xaml
index a118c9e..1965f9a 100644
--- a/Bloxstrap/Dialogs/Preferences.xaml
+++ b/Bloxstrap/Dialogs/Preferences.xaml
@@ -106,6 +106,7 @@
+
@@ -116,8 +117,9 @@
-
-
+
+
+
diff --git a/Bloxstrap/Program.cs b/Bloxstrap/Program.cs
index 993569a..6abdf3e 100644
--- a/Bloxstrap/Program.cs
+++ b/Bloxstrap/Program.cs
@@ -131,7 +131,7 @@ namespace Bloxstrap
string commandLine = "";
-#if false //DEBUG
+#if DEBUG
new Preferences().ShowDialog();
#else
if (args.Length > 0)