mirror of
https://github.com/0PandaDEV/Qopy.git
synced 2025-04-21 13:14:04 +02:00
fixed build error
This commit is contained in:
parent
fda9e2d984
commit
1d70cfb5f7
1 changed files with 1 additions and 1 deletions
|
@ -59,7 +59,7 @@ fn main() {
|
|||
|
||||
Ok(())
|
||||
})
|
||||
.on_window_event(|_app, event| match event {
|
||||
.on_window_event(|app, event| match event {
|
||||
#[cfg(not(dev))]
|
||||
tauri::WindowEvent::Focused(false) => {
|
||||
if let Some(window) = app.get_webview_window("main") {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue