You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
desc=L["Sets the background color to use when no status is active."],
18
+
get=function()
19
+
localc=Grid2Frame.db.profile.frameContentColor
20
+
returnc.r, c.g, c.b, c.a
21
+
end,
22
+
set=function( info, r,g,b,a )
23
+
localc=Grid2Frame.db.profile.frameContentColor
24
+
c.r, c.g, c.b, c.a=r, g, b, a
25
+
Grid2Frame:UpdateIndicators()
26
+
end,
27
+
}
28
+
options.message= {
29
+
type="description",
30
+
order=100,
31
+
name=L['|cFFe0e000\nWarning: These options are applied to the active theme, if you want to change the settings for another theme go to the Appearance tab inside the Themes section.'],
@@ -54,5 +54,11 @@ function Grid2Options:MakeIndicatorBorderCustomOptions(indicator,options)
54
54
end,
55
55
values=AceGUIWidgetLSMlists.border,
56
56
}
57
+
options.message= {
58
+
type="description",
59
+
order=100,
60
+
name=L['|cFFe0e000\nWarning: These options are applied to the active theme, if you want to change the settings for another theme go to the Appearance tab inside the Themes section.'],
0 commit comments