mirror of
https://github.com/Bluewhale1337/ElvUIModernized.git
synced 2026-07-27 08:24:44 +00:00
FONT_SIZE
This commit is contained in:
@@ -164,7 +164,7 @@ E.Options.args.maps = {
|
||||
locationFontSize = {
|
||||
order = 3,
|
||||
type = "range",
|
||||
name = L["Font Size"],
|
||||
name = FONT_SIZE,
|
||||
min = 6, max = 36, step = 1,
|
||||
set = function(info, value) E.db.general.minimap.locationFontSize = value; MM:Update_ZoneText(); end,
|
||||
disabled = function() return not E.private.general.minimap.enable end,
|
||||
|
||||
Reference in New Issue
Block a user