- 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()