You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
the above should be enough and is define in GUI transport protocol, ovos-gui should emit 'gui.page_gained_focus' when this happens which we can listen for
as mentioned in #53 we have a few places with hardcoded sleeps
these should be refactored out where possible, usually we can listen to (or add a new) bus event
becomes
the new bus event will need to be sent from GUI side in some places of OCP
The text was updated successfully, but these errors were encountered: