Quote:
Originally Posted by nine7114
I'm wondering about the button on the minimap when you mouse-over it that reads "U" or "L". What does it do exactly?
|
["toggle_mode"] = true, -- Enable toggle mode
Toggle actionbars in-game.
.
Quote:
Originally Posted by nine7114
Also is there a way to disable the texts under the skillbars? (It displays honor, kills and such once I join a BG.)
|
In ShestakUI\Config\Settings.lua or in-game config
----------------------------------------------------------------------------------------
-- Stats options
----------------------------------------------------------------------------------------
C["stats"] = {
["battleground"] = false, -- BG Score
["clock"] = true, -- Clock
["latency"] = true, -- Latency
["memory"] = true, -- Memory
["fps"] = true, -- FPS
["friend"] = true, -- Friends
["guild"] = true, -- Guild
["durability"] = true, -- Durability
["experience"] = true, -- Experience
["coords"] = true, -- Coords
["location"] = true, -- Location
["guild_repair"] = true, -- Repair from guild bank
}