tray bug fix

This commit is contained in:
sjpark
2023-02-01 08:10:57 +09:00
parent f6f49519f7
commit c1ae4a6028
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;