mirror of
https://github.com/0PandaDEV/Qopy.git
synced 2025-04-21 21:24:05 +02:00
fixed build error
This commit is contained in:
parent
266b6ff3e1
commit
6a8599df76
1 changed files with 1 additions and 0 deletions
|
@ -9,6 +9,7 @@ mod utils;
|
||||||
use tauri::{Manager, Listener};
|
use tauri::{Manager, Listener};
|
||||||
use tauri_plugin_autostart::MacosLauncher;
|
use tauri_plugin_autostart::MacosLauncher;
|
||||||
use tauri_plugin_prevent_default::Flags;
|
use tauri_plugin_prevent_default::Flags;
|
||||||
|
use tauri::WindowEvent;
|
||||||
|
|
||||||
fn main() {
|
fn main() {
|
||||||
tauri::Builder::default()
|
tauri::Builder::default()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue