tullamods / Dominos

A main actionbar replacement
https://tullamods.com/dominos
BSD 3-Clause "New" or "Revised" License
78 stars 27 forks source link

Enable SpellFlash on DominosActionButton #621

Closed jaychang85 closed 2 years ago

jaychang85 commented 2 years ago

FrameNames.Action = { "VFLButton", -- OpenRDX "DominosActionButton", -- Dominos }

I just added above line into Hekili\Libs\SpellFlashCore\SpellFlashCore.lua to enable SpellFlash on Dominos Action bar. See if you could update and release.

Tuller commented 2 years ago

Did you mean to note this on the SpellFlash library?

jaychang85 commented 2 years ago

correct. After adding Dominos line, I can have SpellFlash working with Dominos action bar.

jaychang85 commented 2 years ago

For instance, I got the name of one of Dominos action button name by following command.

/print GetMouseFocus():GetName() DominosActionButton13

jaychang85 commented 2 years ago

Just realized this is for Dominos addon. Sorry for the confusion.