- Added option for lock segments display, so, when a segment is chosen, the other windows also change it.
- Added option for show the total amount of spells, targets and pets in tooltips.
This commit is contained in:
@@ -509,8 +509,10 @@ local default_profile = {
|
||||
segments_amount = 12,
|
||||
segments_amount_to_save = 5,
|
||||
segments_panic_mode = true,
|
||||
--> max instances
|
||||
--> instances
|
||||
instances_amount = 5,
|
||||
instances_segments_locked = false,
|
||||
|
||||
--> if clear ungroup characters when logout
|
||||
clear_ungrouped = true,
|
||||
--> if clear graphic data when logout
|
||||
@@ -570,7 +572,7 @@ local default_profile = {
|
||||
skin = "Default Skin", --?
|
||||
|
||||
--> tooltip
|
||||
tooltip = {fontface = "Friz Quadrata TT", fontsize = 10, fontcolor = {1, 1, 1, 1}, fontshadow = false, background = {.1, .1, .1, .3}, abbreviation = 8, maximize_method = 1, commands = {}},
|
||||
tooltip = {fontface = "Friz Quadrata TT", fontsize = 10, fontcolor = {1, 1, 1, 1}, fontshadow = false, background = {.1, .1, .1, .3}, abbreviation = 8, maximize_method = 1, show_amount = false, commands = {}},
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user