1 Commits

Author SHA1 Message Date
KnackAtNite 0d42a6a7dc v1.0.2: Fix bags and settings auto-opening on login
Debug Build and Test / Build against Latest Dalamud (push) Has been cancelled
Debug Build and Test / Build against Staging Dalamud (push) Has been cancelled
Made-with: Cursor
2026-02-25 20:22:08 -05:00
2 changed files with 1 additions and 4 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
<Project Sdk="Dalamud.NET.Sdk/14.0.1"> <Project Sdk="Dalamud.NET.Sdk/14.0.1">
<PropertyGroup> <PropertyGroup>
<Version>1.0.1.0</Version> <Version>1.0.2.0</Version>
</PropertyGroup> </PropertyGroup>
<PropertyGroup> <PropertyGroup>
-3
View File
@@ -106,9 +106,6 @@ public class Plugin : IDalamudPlugin
System.Config = Util.LoadConfigOrDefault(); System.Config = Util.LoadConfigOrDefault();
System.IPC.UpdateUnifiedCategorySupport(System.Config.General.UseUnifiedExternalCategories); System.IPC.UpdateUnifiedCategorySupport(System.Config.General.UseUnifiedExternalCategories);
System.LootedItemsTracker.Enable(); System.LootedItemsTracker.Enable();
System.AddonInventoryWindow.DebugOpen();
System.AddonConfigurationWindow.DebugOpen();
} }
private void OnLogout(int type, int code) private void OnLogout(int type, int code)