mirror of
https://github.com/rustdesk/rustdesk.git
synced 2025-05-10 18:06:01 +02:00
typo
This commit is contained in:
parent
eb76f7cecc
commit
646b11a3ae
1 changed files with 2 additions and 2 deletions
|
@ -815,7 +815,7 @@ impl Connection {
|
|||
self.disable_audio = q == BoolOption::Yes;
|
||||
if let Some(s) = self.server.upgrade() {
|
||||
s.write().unwrap().subscribe(
|
||||
NAME_CURSOR,
|
||||
super::audio_service::NAME,
|
||||
self.inner.clone(),
|
||||
self.audio_enabled(),
|
||||
);
|
||||
|
@ -827,7 +827,7 @@ impl Connection {
|
|||
self.disable_clipboard = q == BoolOption::Yes;
|
||||
if let Some(s) = self.server.upgrade() {
|
||||
s.write().unwrap().subscribe(
|
||||
NAME_CURSOR,
|
||||
super::clipboard_service::NAME,
|
||||
self.inner.clone(),
|
||||
self.clipboard_enabled() && self.keyboard,
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue