option to auto-hide during pet battles #92


  • New
  • Enhancment
Closed
  • Elkano created this issue Oct 28, 2012

    it would be nice to auto-hide the Omen frame during pet battles since
    a) it doesn't provide any information
    b) may block the action bar based on where you have it positioned

  • Elkano added the tags New Enhancment Oct 28, 2012
  • MysticalOS posted a comment Nov 6, 2012

    I second this. i was coming here actually to request this very same thing

  • MysticalOS posted a comment Dec 8, 2012

    My solution to this for now

    Add following to top of "UpdateVisible" function

    	if event == "PET_BATTLE_OPENING_START" then
    		self:_toggle(false)
    		return
    	end
    

    add following to "OnEnable" event registration

    	self:RegisterEvent("PET_BATTLE_OPENING_START", "UpdateVisible")
    	self:RegisterEvent("PET_BATTLE_CLOSE", "UpdateVisible")
    
  • nevcairiel closed issue Jun 23, 2018

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