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
Toggling BT without available device to connect to also disables audio button (until restarting the note or resetting mic option). Better to disable toggling BT processes when surface mic is selected?
The text was updated successfully, but these errors were encountered:
The reason Toggle BT button disables the audio button is SetBTUIOnInit(initialized) sets audioButton.IsEnabled to initialized. changeSpeechEngineState_BT() which is called when Toggle BT is clicked attempts to connect BT if BT is not connected, then calls SetBTUIOnInit to update UI elements status. If BT cannot be connected, SetBTUIOnInit will set audioButton.IsEnabled to false which disables the button until the state is reset.
Toggling BT without available device to connect to also disables audio button (until restarting the note or resetting mic option). Better to disable toggling BT processes when surface mic is selected?
The text was updated successfully, but these errors were encountered: