fix single instance

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

@ -1,3 +1,5 @@
#![cfg(not(any(target_os = "android", target_os = "ios")))]
use tauri::{plugin::TauriPlugin, AppHandle, Manager, Runtime};
#[cfg(target_os = "windows")]

Loading…
Cancel
Save