From e71eeb166282cec239e2562adeff22b011711411 Mon Sep 17 00:00:00 2001
From: pizzaboxer <41478239+pizzaboxer@users.noreply.github.com>
Date: Sat, 31 Dec 2022 20:26:04 +0000
Subject: [PATCH] Add notice for DPI scaling
---
Bloxstrap/Dialogs/Preferences.xaml | 6 ++++--
Bloxstrap/Program.cs | 2 +-
2 files changed, 5 insertions(+), 3 deletions(-)
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)