This commit is contained in:
Ren Amamiya 2023-03-28 13:52:49 +07:00
parent 1ee5ae643d
commit bda5661a71

View File

@ -9,8 +9,10 @@ extern crate objc;
use tauri::{Manager, WindowEvent};
use tauri_plugin_sql::{Migration, MigrationKind};
use window_ext::WindowExt;
#[cfg(target_os = "macos")]
use window_ext::WindowExt;
#[cfg(target_os = "macos")]
mod window_ext;
fn main() {