mirror of
https://github.com/rustdesk/rustdesk.git
synced 2025-01-19 00:13:01 +08:00
call _ffiBind.mainStartPa only for --cm
This commit is contained in:
parent
e2a6d66805
commit
2e0eaed322
@ -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…
Reference in New Issue
Block a user