fix autostart

pull/378/head
Lucas Nogueira 2 years ago
parent 6a4acb7512
commit b25bf4d4e1
No known key found for this signature in database
GPG Key ID: 7C32FCA95C8C95D7

@ -2,6 +2,8 @@
// SPDX-License-Identifier: Apache-2.0
// SPDX-License-Identifier: MIT
#![cfg(not(any(target_os = "android", target_os = "ios")))]
use auto_launch::{AutoLaunch, AutoLaunchBuilder};
#[cfg(target_os = "macos")]
use log::info;

Loading…
Cancel
Save