- Added an option to show a stopwatch on the title text showing the elapsed time of an encounter.

- Window title text now shrinks correctly when isn't enough space for it.
This commit is contained in:
Tercio
2015-07-14 17:24:17 -03:00
parent b2698005fb
commit e8b0b5687a
8 changed files with 150 additions and 28 deletions
+1 -1
View File
@@ -206,7 +206,7 @@
if (is_in_instance and _detalhes.remove_realm_from_name) then
esta_classe.displayName = nome:gsub (("%-.*"), "")
elseif (_detalhes.remove_realm_from_name) then
esta_classe.displayName = nome:gsub (("%-.*"), "%*")
esta_classe.displayName = nome:gsub (("%-.*"), "") --%*
else
esta_classe.displayName = nome
end