ESOUI

ESOUI (https://www.esoui.com/forums/index.php)
-   AddOn Help/Support (https://www.esoui.com/forums/forumdisplay.php?f=164)
-   -   Clean Action Bar Borders (https://www.esoui.com/forums/showthread.php?t=9444)

Octopuss 11/03/20 06:41 AM

Clean Action Bar Borders
 
Could anyone do a basic edit of this so it works without the embedded Libaddonmenu and references to Libstub please?

Baertram 11/03/20 08:58 AM

In lua files:
Just replace local LAM = LibStub("LibAddonMenu-2.0") with
Lua Code:
  1. local LAM = LibAddonMenu2

In the txt file:
Remove all hardcoded lines like /libs/LibAddonMenu-2.0/LibAddonMenu-2.0.lua
and
/libs/LibAddonMenu-2.0/controls/...

And add or change exsiitng entries with ## OptionalDependsOn or ## DependsOn: LibAddonMenu-2.0 to:
Code:

##DependsOn: LibAddonMenu-2.0>=31
And delete all ##DependsOn or OptionalDependsOn: LibStub

If it's in the same row as other libraries as LibAddonMenu-2.0 just delete the LibStub text in that row!


That's it.

Octopuss 11/03/20 01:17 PM

Thanks! It worked.


All times are GMT -6. The time now is 09:18 AM.

vBulletin © 2024, Jelsoft Enterprises Ltd
© 2014 - 2022 MMOUI