Add options to hide me, other players and total.

This commit is contained in:
GreenComfyTea
2022-07-10 11:50:11 +03:00
parent 798fe55b82
commit cb60b512bb
9 changed files with 57 additions and 5 deletions

View File

@@ -3775,7 +3775,11 @@ function config.init()
highlighted_bar = "Me",
damage_bar_relative_to = "Top Damage", -- "total damage" or "top damage"
my_damage_bar_location = "First", -- "normal" or "first" or "last"
dps_mode = "First Hit"
dps_mode = "First Hit",
hide_myself = false,
hide_other_players = false,
hide_total_damage = false
},
sorting = {