Update header icon logic for Dalamud changes
This commit is contained in:
parent
ba40a916b3
commit
d4f7a4cbfa
@ -1,7 +1,7 @@
|
||||
<Project Sdk="Microsoft.NET.Sdk">
|
||||
<PropertyGroup>
|
||||
<TargetFramework>net7.0-windows</TargetFramework>
|
||||
<Version>2.8</Version>
|
||||
<Version>2.9</Version>
|
||||
<LangVersion>11.0</LangVersion>
|
||||
<Nullable>enable</Nullable>
|
||||
<CopyLocalLockFileAssemblies>true</CopyLocalLockFileAssemblies>
|
||||
|
@ -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();
|
||||
|
2
LLib
2
LLib
@ -1 +1 @@
|
||||
Subproject commit 7f83ece6a0c07d0fbc1902502050563b5a8c09e4
|
||||
Subproject commit 865a6080319f8ccbcd5fd5b0004404822b6e60d4
|
Loading…
Reference in New Issue
Block a user