mirror of
https://github.com/parnic/ice-hud.git
synced 2025-06-16 06:40:13 -05:00
- after renaming a custom module, set the mod to automatically select it in the options menu
This commit is contained in:
@ -250,6 +250,8 @@ function IceCore.prototype:RenameDynamicModule(module, newName)
|
|||||||
module.elementName = newName
|
module.elementName = newName
|
||||||
|
|
||||||
IceHUD:GenerateModuleOptions()
|
IceHUD:GenerateModuleOptions()
|
||||||
|
|
||||||
|
LibStub("AceConfigDialog-3.0"):SelectGroup("IceHUD", "modules", newName)
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user