fix: not poped font style (#985)

This commit is contained in:
Loskh 2022-08-28 19:46:12 +08:00 committed by GitHub
parent a5c0337d27
commit 51c7147097
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,4 +1,4 @@
using System;
using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.IO;
@ -74,8 +74,7 @@ public class BranchSwitcherWindow : Window
if (pickedBranch.Value.SupportedGameVer != si.GameVersion)
{
ImGui.PushStyleColor(ImGuiCol.Text, ImGuiColors.DalamudRed);
ImGui.TextWrapped("Can't pick this branch. GameVer != SupportedGameVer.");
ImGui.TextColored(ImGuiColors.DalamudRed, "Can't pick this branch. GameVer != SupportedGameVer.");
}
else
{