Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Hekili
ElvUI
Commits
046b1853
Commit
046b1853
authored
Jun 04, 2019
by
Merathilis
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
tonumber not needed here.
parent
cf11bf69
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
ElvUI_OptionsUI/Nameplates.lua
ElvUI_OptionsUI/Nameplates.lua
+1
-1
No files found.
ElvUI_OptionsUI/Nameplates.lua
View file @
046b1853
...
...
@@ -4364,7 +4364,7 @@ E.Options.args.nameplate = {
desc = L["
Percentage
amount
for
vertical
overlap
of
Nameplates
.
"],
min = 0, max = 3, step = 0.1,
get = function() return tonumber(GetCVar('nameplateOverlapV')) end,
set = function(_, value)
tonumber(
SetCVar('nameplateOverlapV', value)
)
end,
set = function(_, value) SetCVar('nameplateOverlapV', value) end,
},
lowHealthThreshold = {
order = 8,
...
...
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