minor opening change

This commit is contained in:
Manuel Simon Hirsig
2017-01-08 01:52:34 +01:00
parent 92f7c64520
commit 61c8f26629
+3 -3
View File
@@ -147,11 +147,11 @@ function hook.InboxFrame_Update()
end
function hook.InboxFrame_OnClick(index)
if arg1 == 'RightButton' then
if Inbox_opening then
this:SetChecked(nil)
elseif arg1 == 'RightButton' then
Abort()
Inbox_OpenMail{index}
elseif Inbox_opening then
this:SetChecked(nil)
else
return orig.InboxFrame_OnClick(index)
end