Skip to content

clnt_1.2.7

Choose a tag to compare

@github-actions github-actions released this 01 Aug 13:19
· 1199 commits to master since this release
f6aca4c
fix click cm audio permission button before auth (#8917)

1. When not authenticated, clicking the audio permission button on the cm will send audio data
2. Keep the cursor position code unchanged, because `show_remote_cursor` is false before auth, so subscription will not happen.
3. Keep the clipboard code unchanged, because the keyboard permission will also be determined in `try_sub_services`. If the clipboard permission is clicked before auth and the keyboard permission is clicked after auth, the clipboard service will not be subscribed.

Signed-off-by: 21pages <sunboeasy@gmail.com>