Allow plugins to register a callback to run when they are opened from the options panel
This commit is contained in:
@@ -1210,6 +1210,9 @@ local default_player_data = {
|
||||
["defensive-personal"] = false,
|
||||
["ofensive"] = true,
|
||||
["utility"] = false,
|
||||
["itemheal"] = false,
|
||||
["itempower"] = false,
|
||||
["itemutil"] = false,
|
||||
}, --when creating a filter, add it here and also add to 'own_frame'
|
||||
|
||||
own_frame = {
|
||||
@@ -1220,6 +1223,9 @@ local default_player_data = {
|
||||
["utility"] = false,
|
||||
},
|
||||
|
||||
show_title = true,
|
||||
group_frames = true,
|
||||
|
||||
width = 120,
|
||||
height = 18,
|
||||
lines_per_column = 12,
|
||||
|
||||
Reference in New Issue
Block a user