Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Merathilis
ElvUI_MerathilisUI
Commits
832228be
Commit
832228be
authored
Sep 12, 2019
by
Merathilis
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix AutoButton Usable Buttons color option >.<
parent
a6ce3a59
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
ElvUI_MerathilisUI/modules/actionbars/options.lua
ElvUI_MerathilisUI/modules/actionbars/options.lua
+1
-1
No files found.
ElvUI_MerathilisUI/modules/actionbars/options.lua
View file @
832228be
...
...
@@ -427,7 +427,7 @@ local function abTable()
end
,
set
=
function
(
info
,
r
,
g
,
b
,
a
)
E
.
db
.
mui
.
actionbars
.
autoButtons
.
usableAutoButtons
[
info
[
#
info
]]
=
{}
local
t
=
E
.
db
.
mui
.
actionbars
.
autoButtons
.
usableButtons
[
info
[
#
info
]]
local
t
=
E
.
db
.
mui
.
actionbars
.
autoButtons
.
usable
Auto
Buttons
[
info
[
#
info
]]
t
.
r
,
t
.
g
,
t
.
b
,
t
.
a
=
r
,
g
,
b
,
a
MER
:
GetModule
(
"AutoButtons"
):
UpdateAutoButton
()
end
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment