- added a bit more user friendliness to the new configuration page. efforts to increase awareness about how to setup the mod and get help are ongoing

This commit is contained in:
Parnic
2010-09-08 04:38:32 +00:00
parent 1b0125c12f
commit 4563cff425
2 changed files with 11 additions and 1 deletions

View File

@ -316,6 +316,13 @@ end
function IceCore.prototype:GetModuleOptions()
local options = {}
options["aaaClickPlus"] = {
type = 'description',
fontSize = 'large',
name = 'Click the + next to Module Settings to see the available modules that you can tweak.\n\nAlso notice that some modules have a + next to them. This will open up additional settings such as text tweaks and icon tweaks on that module.',
order = 1
}
for i = 1, table.getn(self.elements) do
local modName = self.elements[i]:GetElementName()
local opt = self.elements[i]:GetOptions()

View File

@ -35,7 +35,10 @@ IceHUD.options =
test = {
type = 'description',
fontSize = "medium",
name = [[1. How do I hide the default Blizzard player and target unit frames?
name = [[Thanks for using IceHUD! Below you will find answers to all of the most commonly-asked questions. Be sure to check the addon's page on curse.com and wowinterface.com as well for more discussion and updates!
1. How do I hide the default Blizzard player and target unit frames?
Expand the "Module Settings" section, click "Player Health" or "Target Health," and check "Hide Blizzard Frame"
2. How do I turn off click-targeting and menus on the player bar?