fix: hook for pc only

This commit is contained in:
Kingtous
2023-04-17 00:54:34 +08:00
parent 05ac93ec40
commit f56fc6fdb0
3 changed files with 11 additions and 5 deletions

View File

@@ -49,8 +49,10 @@ mod license;
mod port_forward;
#[cfg(not(any(target_os = "android", target_os = "ios")))]
#[cfg(any(feature = "flutter"))]
pub mod api;
#[cfg(not(any(target_os = "android", target_os = "ios")))]
#[cfg(any(feature = "flutter"))]
pub mod plugins;
mod tray;