v1.0.3.0: Alliance frames fixes, PvP support, shared hotbar persistence, config save on teleport

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
2026-01-31 20:35:25 -05:00
parent bda3762ac8
commit 11b4c268f0
17 changed files with 1145 additions and 77 deletions
+1 -1
View File
@@ -725,7 +725,7 @@ namespace HSUI.Interface.GeneralElements
displaySlot->Set(slotType, id);
displaySlot->LoadIconId();
}
module->SetAndSaveSlot(barId, (uint)idx, slotType, id);
ActionBarsManager.SetAndSaveSlotInternal(module, barId, (uint)idx, slotType, id, displaySlot);
try { dm->CancelDragDrop(true, true); }
catch (Exception ex2) { Plugin.Logger.Warning($"[HSUI DragDrop] CancelDragDrop: {ex2.Message}"); }