Added Details.all_switch_config.font_size and Details.all_switch_config.scale

These entries configure the panel shown when right click the title bar of the window.
This commit is contained in:
Tercio Jose
2021-07-30 17:56:11 -03:00
parent e3c539dc30
commit b32a48dc63
2 changed files with 16 additions and 1 deletions
+6
View File
@@ -1251,6 +1251,12 @@ local default_global_data = {
["14"] = false,
},
current_exp_raid_encounters = {},
--> all switch settings (panel shown when right click the title bar)
all_switch_config = {
scale = 1,
font_size = 10,
},
--> profile by spec
profile_by_spec = {},