albertobeloni / UI

World of Warcraft UI
GNU General Public License v3.0
3 stars 1 forks source link

LUA Error Editing Action Bars #1

Closed andoys closed 8 months ago

andoys commented 8 months ago

Can't enable/disable or change conditions of action bar i always get lua error. Even after reload ui. My changes won't save

image

Message: ...nfig-3.0/AceConfigDialog-3.0/AceConfigDialog-3.0.lua:778: Method ConfirmReload doesn't exist in handler for type confirm
Time: Thu Jan 11 10:53:26 2024
Count: 4
Stack: ...nfig-3.0/AceConfigDialog-3.0/AceConfigDialog-3.0.lua:778: Method ConfirmReload doesn't exist in handler for type confirm
[string "=(tail call)"]: ?
[string "=[C]"]: ?
[string "@Interface/AddOns/Masque/Libs/AceConfig-3.0/AceConfigDialog-3.0/AceConfigDialog-3.0.lua"]:778: in function <...nfig-3.0/AceConfigDialog-3.0/AceConfigDialog-3.0.lua:658>
[string "=[C]"]: ?
[string "@Interface/AddOns/Masque/Libs/AceGUI-3.0/AceGUI-3.0.lua"]:66: in function <...terface/AddOns/Masque/Libs/AceGUI-3.0/AceGUI-3.0.lua:64>
[string "@Interface/AddOns/Masque/Libs/AceGUI-3.0/AceGUI-3.0.lua"]:300: in function `Fire'
[string "@Interface/AddOns/Masque/Libs/AceGUI-3.0/widgets/AceGUIWidget-CheckBox.lua"]:64: in function <...ue/Libs/AceGUI-3.0/widgets/AceGUIWidget-CheckBox.lua:53>

Locals: (*temporary) = "LeftButton"
(*temporary) = true
(*temporary) = <function> defined =[C]:-1
albertobeloni commented 8 months ago

Thanks for reporting this bug. Major mistake on my part when refactoring the code, I just forgot to include a method to confirm the UI reload on these settings. Just pushed a new version (v1.1.1) that should fix it (you can download manually or wait for CurseForge to build it).