mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-03-13 00:01:00 +03:00
opt: compile
This commit is contained in:
@@ -1244,6 +1244,8 @@ pub fn main_current_is_wayland() -> SyncReturn<bool> {
|
||||
|
||||
pub fn main_is_login_wayland() -> SyncReturn<bool> {
|
||||
SyncReturn(is_login_wayland())
|
||||
}
|
||||
|
||||
pub fn main_start_pa() {
|
||||
#[cfg(target_os = "linux")]
|
||||
std::thread::spawn(crate::ipc::start_pa);
|
||||
|
||||
Reference in New Issue
Block a user