View Single Post
04/21/14, 08:53 PM   #2
Seerah
Fishing Trainer
 
Seerah's Avatar
WoWInterface Super Mod
AddOn Author - Click to view addons
Join Date: Feb 2014
Posts: 648
Lua Code:
  1. if not SCENE_MANAGER:IsInUIMode() then
  2.     SCENE_MANAGER:SetInUIMode(true)
  3. end
  Reply With Quote