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()
|
||||
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()
|
||||
|
Reference in New Issue
Block a user