Offline VoidStorage #42


Closed
  • zkpjy created this issue Mar 12, 2020

    Frame.lua 225

    function Frame:OnBagToggleClick(toggle, button)

      if button == "LeftButton" then

         _G[toggle:GetName() .. "Icon"]:SetTexCoord(0.075, 0.925, 0.075, 0.925)

         self:ToggleBagFrame()

     elseif button == "RightButton" then

       if not self:IsBank() and ItemCache:HasCache() and InventorianBankFrame:IsShown() then

         Inventorian.bank:HideFrame(false)

           else

         Inventorian.bank:ShowFrame(false)

           end

     elseif button == "MiddleButton" then

       if VoidStorageFrame then

          if VoidStorageFrame:IsShown() then

             HideUIPanel(VoidStorageFrame)

          else

             ShowUIPanel(VoidStorageFrame)

          end

       else

          LoadAddOn("Blizzard_VoidStorageUI")

         ShowUIPanel(VoidStorageFrame)

       end

      end

    end

     

     

    But Don't show when you read the map!

  • zkpjy edited description Mar 12, 2020
  • nevcairiel closed issue Aug 31, 2020

To post a comment, please login or register a new account.