mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-30 20:33:40 +01:00
fix: use statically linked CRT for DalamudCrashHandler
attempts to resolve issue with missing exports
This commit is contained in:
parent
c5df065fdd
commit
4d0aadb943
2 changed files with 6 additions and 4 deletions
|
|
@ -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();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue