I’m running the following code within the chromium environment
exeoutput.SetGlobalVariable( 'alertskey', 'abc123', true );
var alerts_key = exeoutput.GetGlobalVariable( 'alertskey', null );
alert( alerts_key );
The alert reads...
Is there a way to programmatically restore the main window when it’s minimized to the system tray?
I assume it could be a SetUIProp, but there is no list of UIProps that I can find anywhere…
thanks!