- Removed keybinds for Open and Close, added toggle instead.

- Added slash command 'toggle'.
- Improved 'Align with right chat' tool, now it also supports Forced Square skin.
This commit is contained in:
Tercio
2015-01-30 18:37:19 -02:00
parent e4de55c297
commit 3f5bbcad54
7 changed files with 160 additions and 158 deletions
+3 -2
View File
@@ -497,10 +497,11 @@ function _G._detalhes:Start()
DBM:RegisterCallback ("DBM_Announce", dbm_callback_phase)
DBM:RegisterCallback ("pull", dbm_callback_pull)
end
--[[
function _detalhes:TestResize()
_detalhes:OpenNewsWindow (_detalhes.resize_debug)
_detalhes:OpenNewsWindow ("TESTE, |TInterface\\AddOns\\Details\\images\\key_shift:20:40:0:0:64:64:0:64:0:40|t")
end
_detalhes:ScheduleTimer ("TestResize", 3)
--]]