mirror of
https://github.com/rustdesk/rustdesk.git
synced 2025-05-12 19:06:13 +02:00
call _ffiBind.mainStartPa only for --cm
This commit is contained in:
parent
e2a6d66805
commit
2e0eaed322
1 changed files with 3 additions and 1 deletions
|
@ -134,7 +134,9 @@ class PlatformFFI {
|
|||
if (isLinux) {
|
||||
// Start a dbus service, no need to await
|
||||
_ffiBind.mainStartDbusServer();
|
||||
_ffiBind.mainStartPa();
|
||||
if (appType == kAppTypeConnectionManager) {
|
||||
_ffiBind.mainStartPa();
|
||||
}
|
||||
} else if (isMacOS && isMain) {
|
||||
// Start ipc service for uri links.
|
||||
_ffiBind.mainStartIpcUrlServer();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue