fix: escape key close bags

This commit is contained in:
Salikh Gurgenidze
2025-12-24 23:22:29 +04:00
parent cf9de34a5d
commit 821cbd5ba2
2 changed files with 7 additions and 1 deletions
+6
View File
@@ -236,4 +236,10 @@ function addon:Error(msg, a1, a2, a3, a4, a5, a6, a7)
DEFAULT_CHAT_FRAME:AddMessage("|cFFFF0000[Error]|r |cFF00FF96Guda:|r " .. text)
end
-- Add frames to UISpecialFrames so they can be closed with the Escape key
if not UISpecialFrames then UISpecialFrames = {} end
table.insert(UISpecialFrames, "Guda_BagFrame")
table.insert(UISpecialFrames, "Guda_BankFrame")
table.insert(UISpecialFrames, "Guda_SettingsPopup")
addon:Print("Loaded v%s", addon.VERSION)
+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.4.3
## Version: 1.4.4
## SavedVariables: Guda_DB
## SavedVariablesPerCharacter: Guda_CharDB