mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-15 13:14:17 +01:00
fix: not poped font style (#985)
This commit is contained in:
parent
a5c0337d27
commit
51c7147097
1 changed files with 2 additions and 3 deletions
|
|
@ -1,4 +1,4 @@
|
||||||
using System;
|
using System;
|
||||||
using System.Collections.Generic;
|
using System.Collections.Generic;
|
||||||
using System.Diagnostics;
|
using System.Diagnostics;
|
||||||
using System.IO;
|
using System.IO;
|
||||||
|
|
@ -74,8 +74,7 @@ public class BranchSwitcherWindow : Window
|
||||||
|
|
||||||
if (pickedBranch.Value.SupportedGameVer != si.GameVersion)
|
if (pickedBranch.Value.SupportedGameVer != si.GameVersion)
|
||||||
{
|
{
|
||||||
ImGui.PushStyleColor(ImGuiCol.Text, ImGuiColors.DalamudRed);
|
ImGui.TextColored(ImGuiColors.DalamudRed, "Can't pick this branch. GameVer != SupportedGameVer.");
|
||||||
ImGui.TextWrapped("Can't pick this branch. GameVer != SupportedGameVer.");
|
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue