mirror of
https://github.com/xivdev/Penumbra.git
synced 2026-02-21 07:17:53 +01:00
Change Eqp hook to not need eqp files anymore.
This commit is contained in:
parent
e33512cf7f
commit
ad0c64d4ac
6 changed files with 19 additions and 23 deletions
|
|
@ -4,6 +4,7 @@ using ImGuiNET;
|
|||
using OtterGui;
|
||||
using OtterGui.Custom;
|
||||
using OtterGui.Raii;
|
||||
using OtterGui.Text;
|
||||
using Penumbra.Api.Enums;
|
||||
using Penumbra.Services;
|
||||
using Penumbra.UI.Classes;
|
||||
|
|
@ -144,7 +145,7 @@ public sealed class ConfigWindow : Window
|
|||
using var color = ImRaii.PushColor(ImGuiCol.Text, Colors.RegexWarningBorder);
|
||||
ImGui.NewLine();
|
||||
ImGui.NewLine();
|
||||
ImGuiUtil.TextWrapped(text);
|
||||
ImUtf8.TextWrapped(text);
|
||||
color.Pop();
|
||||
|
||||
ImGui.NewLine();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue