mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-04-07 21:21:29 +03:00
Updated About delegate of MacOS RustDesk (markdown)
@@ -1,4 +1,4 @@
|
||||
We have two most important delegate events, one is url schema via browser, another one is launchpad click.
|
||||
We have two most important delegate events, one is `openURL` (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](https://github.com/rustdesk/rustdesk/discussions/5631#discussioncomment-8916223) for this.
|
||||
When `--server` receives the delegate, it will check if there is RustDesk window.
|
||||
|
||||
Reference in New Issue
Block a user