mirror of
https://github.com/parnic/ice-hud.git
synced 2025-06-16 06:40:13 -05:00
- added a couple of reminders to press [enter] after typing into text boxes in the custom bar/counter configuration screens
- fixed a bug causing rune cooldowns to not reset when the player died/res'd if the module was in alpha mode
This commit is contained in:
@ -103,7 +103,7 @@ function IceCustomBar.prototype:GetOptions()
|
||||
opts["name"] = {
|
||||
type = 'text',
|
||||
name = 'Bar name',
|
||||
desc = 'The name of this bar (must be unique!)',
|
||||
desc = 'The name of this bar (must be unique!).\n\nRemember to press ENTER after filling out this box with the name you want or it will not save.',
|
||||
get = function()
|
||||
return self.elementName
|
||||
end,
|
||||
@ -158,7 +158,7 @@ function IceCustomBar.prototype:GetOptions()
|
||||
opts["buffToTrack"] = {
|
||||
type = 'text',
|
||||
name = "Aura to track",
|
||||
desc = "Which buff/debuff this bar will be tracking",
|
||||
desc = "Which buff/debuff this bar will be tracking.\n\nRemember to press ENTER after filling out this box with the name you want or it will not save.",
|
||||
get = function()
|
||||
return self.moduleSettings.buffToTrack
|
||||
end,
|
||||
|
Reference in New Issue
Block a user