View Single Post
08/17/20, 12:59 AM   #3
Phinix
 
Phinix's Avatar
AddOn Author - Click to view addons
Join Date: Apr 2014
Posts: 186
Originally Posted by Scootworks View Post
i use something like this in one of my addons. maybe it helps:
Thanks for that. I ended up using something a little different:

Code:
	if SCENE_MANAGER:IsShowing("gameMenuInGame") == false then
		-- do stuff
	end
Basically this was for ChatWindowManager, to avoid the auto-minimize when opening the system menu to logout always setting your last chat window state to minimize even if you had it maximized before that, when the option to remember the chat state was enabled.

Last edited by Phinix : 08/17/20 at 01:04 AM.
  Reply With Quote