diff --git a/Dalamud/Interface/Internal/Windows/PluginInstaller/PluginInstallerWindow.cs b/Dalamud/Interface/Internal/Windows/PluginInstaller/PluginInstallerWindow.cs
index 9c2ad9bbc..b658d3304 100644
--- a/Dalamud/Interface/Internal/Windows/PluginInstaller/PluginInstallerWindow.cs
+++ b/Dalamud/Interface/Internal/Windows/PluginInstaller/PluginInstallerWindow.cs
@@ -985,19 +985,19 @@ namespace Dalamud.Interface.Internal.Windows.PluginInstaller
if (pm.SafeMode)
{
ImGuiHelpers.ScaledDummy(10);
-
+
ImGui.PushStyleColor(ImGuiCol.Text, ImGuiColors.DalamudOrange);
ImGui.PushFont(InterfaceManager.IconFont);
ImGuiHelpers.CenteredText(FontAwesomeIcon.ExclamationTriangle.ToIconString());
ImGui.PopFont();
ImGui.PopStyleColor();
-
+
var lines = Locs.SafeModeDisclaimer.Split('\n');
foreach (var line in lines)
{
ImGuiHelpers.CenteredText(line);
}
-
+
ImGuiHelpers.ScaledDummy(10);
ImGui.Separator();
}
diff --git a/DalamudCrashHandler/DalamudCrashHandler.vcxproj b/DalamudCrashHandler/DalamudCrashHandler.vcxproj
index 8aa951a6d..4541462b7 100644
--- a/DalamudCrashHandler/DalamudCrashHandler.vcxproj
+++ b/DalamudCrashHandler/DalamudCrashHandler.vcxproj
@@ -58,6 +58,7 @@
true
false
_DEBUG;%(PreprocessorDefinitions)
+ MultiThreadedDebug
false
@@ -69,6 +70,7 @@
true
true
NDEBUG;%(PreprocessorDefinitions)
+ MultiThreaded
true
@@ -91,4 +93,4 @@
-
\ No newline at end of file
+