Thread Tools Display Modes
11/03/20, 06:41 AM   #1
Octopuss
 
Octopuss's Avatar
Join Date: Jul 2017
Posts: 171
Clean Action Bar Borders

Could anyone do a basic edit of this so it works without the embedded Libaddonmenu and references to Libstub please?
  Reply With Quote
11/03/20, 08:58 AM   #2
Baertram
Super Moderator
 
Baertram's Avatar
WoWInterface Super Mod
AddOn Author - Click to view addons
Join Date: Mar 2014
Posts: 4,912
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.
  Reply With Quote
11/03/20, 01:17 PM   #3
Octopuss
 
Octopuss's Avatar
Join Date: Jul 2017
Posts: 171
Thanks! It worked.
  Reply With Quote

ESOUI » AddOns » AddOn Help/Support » Clean Action Bar Borders

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off