feat: open bags with opening mailbox

This commit is contained in:
Salikh Gurgenidze
2025-11-20 02:08:35 +04:00
parent 4d5f84e73c
commit 429d0c8095
2 changed files with 6 additions and 1 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
## Title: Guda
## Notes: All-in-one bag and bank addon for Turtle WoW
## Author: Vati
## Version: 1.0.8
## Version: 1.0.9
## SavedVariables: Guda_DB
## SavedVariablesPerCharacter: Guda_CharDB
+5
View File
@@ -1771,6 +1771,11 @@ function BagFrame:Initialize()
end
end, "BagFrame")
-- Auto-open bag frame when mail is opened
addon.Modules.Events:Register("MAIL_SHOW", function()
Guda_BagFrame:Show()
end, "BagFrame")
-- Hide character dropdown when clicking on bag frame
local bagFrame = getglobal("Guda_BagFrame")
if bagFrame then