From 1002e85eb42aa2a08ea97fa6b3f19c35e2078e4e Mon Sep 17 00:00:00 2001 From: Liza Carvelli Date: Thu, 9 Nov 2023 11:40:46 +0100 Subject: [PATCH] Update header icon logic for Dalamud changes --- ARControl/ARControl.csproj | 2 +- ARControl/Windows/ConfigWindow.cs | 5 +---- LLib | 2 +- 3 files changed, 3 insertions(+), 6 deletions(-) diff --git a/ARControl/ARControl.csproj b/ARControl/ARControl.csproj index 83aa0bc..175c10b 100644 --- a/ARControl/ARControl.csproj +++ b/ARControl/ARControl.csproj @@ -1,7 +1,7 @@ net7.0-windows - 2.8 + 2.9 11.0 enable true diff --git a/ARControl/Windows/ConfigWindow.cs b/ARControl/Windows/ConfigWindow.cs index 06ac375..b13568f 100644 --- a/ARControl/Windows/ConfigWindow.cs +++ b/ARControl/Windows/ConfigWindow.cs @@ -10,7 +10,6 @@ using Dalamud.Interface; using Dalamud.Interface.Colors; using Dalamud.Interface.Components; using Dalamud.Interface.Internal; -using Dalamud.Interface.Windowing; using Dalamud.Plugin; using Dalamud.Plugin.Services; using ECommons; @@ -20,7 +19,7 @@ using LLib; namespace ARControl.Windows; -internal sealed class ConfigWindow : Window +internal sealed class ConfigWindow : LImGui.LWindow { // TODO This should also allow retainers under max level private const byte MinLevel = 10; @@ -81,8 +80,6 @@ internal sealed class ConfigWindow : Window public override void Draw() { - LImGui.AddPatreonIcon(_pluginInterface); - if (ImGui.BeginTabBar("ARConfigTabs")) { DrawVentureLists(); diff --git a/LLib b/LLib index 7f83ece..865a608 160000 --- a/LLib +++ b/LLib @@ -1 +1 @@ -Subproject commit 7f83ece6a0c07d0fbc1902502050563b5a8c09e4 +Subproject commit 865a6080319f8ccbcd5fd5b0004404822b6e60d4