mirror of
https://github.com/parnic/ice-hud.git
synced 2025-06-16 06:40:13 -05:00
- 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:
@ -316,6 +316,13 @@ end
|
|||||||
function IceCore.prototype:GetModuleOptions()
|
function IceCore.prototype:GetModuleOptions()
|
||||||
local options = {}
|
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
|
for i = 1, table.getn(self.elements) do
|
||||||
local modName = self.elements[i]:GetElementName()
|
local modName = self.elements[i]:GetElementName()
|
||||||
local opt = self.elements[i]:GetOptions()
|
local opt = self.elements[i]:GetOptions()
|
||||||
|
@ -35,7 +35,10 @@ IceHUD.options =
|
|||||||
test = {
|
test = {
|
||||||
type = 'description',
|
type = 'description',
|
||||||
fontSize = "medium",
|
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"
|
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?
|
2. How do I turn off click-targeting and menus on the player bar?
|
||||||
|
Reference in New Issue
Block a user