From 90c76951571b14d353c8ae588ac46e209b60030e Mon Sep 17 00:00:00 2001 From: RustDesk <71636191+rustdesk@users.noreply.github.com> Date: Wed, 27 Mar 2024 15:09:42 +0800 Subject: [PATCH] Updated About delegate of MacOS RustDesk (markdown) --- About-delegate-of-MacOS-RustDesk.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/About-delegate-of-MacOS-RustDesk.md b/About-delegate-of-MacOS-RustDesk.md index 70db3fa..7c1dd51 100644 --- a/About-delegate-of-MacOS-RustDesk.md +++ b/About-delegate-of-MacOS-RustDesk.md @@ -1,6 +1,6 @@ We have two most important delegate events, one is url schema via browser, another one is launchpad click. -When `--server` is running, the delegate events will be captured by `--server` background process, the delegate listeners are registered in [tao crate](https://github.com/rustdesk-org/tao/blob/1cad16b200485bbccc67dcee2d339eac6e1c16ad/src/platform_impl/macos/app_delegate.rs). It also may be captured by `--service` which caused launchpad click failure, here is a fix for this, https://github.com/rustdesk/rustdesk/discussions/5631#discussioncomment-8916223. +When `--server` is running, the delegate events will be captured by `--server` background process, the delegate listeners are registered in [tao crate](https://github.com/rustdesk-org/tao/blob/1cad16b200485bbccc67dcee2d339eac6e1c16ad/src/platform_impl/macos/app_delegate.rs). It also may be captured by `--service` which caused launchpad click failure, here is a [fix](https://github.com/rustdesk/rustdesk/discussions/5631#discussioncomment-8916223) for this. When `--server` receives the delegate, it will check if there is RustDesk window. - If there is, `--server` will send url schema to the RustDesk windows - If there is not, `--server` will run command `rustdesk `