Merge pull request #3023 from sj6219/lambda

tray bug fix
This commit is contained in:
RustDesk
2023-02-01 14:25:56 +08:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

View File

@@ -21,7 +21,7 @@ mod cm;
#[cfg(feature = "inline")]
pub mod inline;
#[cfg(target_os = "macos")]
mod macos;
pub mod macos;
pub mod remote;
#[cfg(target_os = "windows")]
pub mod win_privacy;