Added an option to nest pet spells within a bar showing the pet name
This commit is contained in:
@@ -1411,8 +1411,12 @@ local default_global_data = {
|
||||
--/run Details.breakdown_spell_tab.statusbar_alpha = 0.823
|
||||
--breakdown spell tab
|
||||
breakdown_spell_tab = {
|
||||
merge_players_spells_with_same_name = true,
|
||||
merge_pet_spells_with_same_name = true,
|
||||
--player spells
|
||||
nest_players_spells_with_same_name = true,
|
||||
--pet spells
|
||||
nest_pet_spells_by_name = false,
|
||||
nest_pet_spells_by_caster = true,
|
||||
|
||||
blockcontainer_width = 430,
|
||||
blockcontainer_height = 270,
|
||||
blockcontainer_islocked = true,
|
||||
|
||||
Reference in New Issue
Block a user