Allow plugins to register a callback to run when they are opened from the options panel

This commit is contained in:
Tercio Jose
2023-01-31 19:49:47 -03:00
parent 0802fc55c1
commit 133b0794db
5 changed files with 304 additions and 169 deletions
+6
View File
@@ -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,