fixed build error

This commit is contained in:
PandaDEV 2024-08-25 09:41:27 +10:00
parent 266b6ff3e1
commit 6a8599df76
No known key found for this signature in database
GPG key ID: 13EFF9BAF70EE75C

View file

@ -9,6 +9,7 @@ mod utils;
use tauri::{Manager, Listener};
use tauri_plugin_autostart::MacosLauncher;
use tauri_plugin_prevent_default::Flags;
use tauri::WindowEvent;
fn main() {
tauri::Builder::default()