mirror of
https://github.com/0PandaDEV/Qopy.git
synced 2025-04-21 13:14:04 +02:00
fix: get_webview_window not avaiable without Manager import
This commit is contained in:
parent
c0b50fcc80
commit
ffc42ff547
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
||||||
use tauri::{ async_runtime, AppHandle };
|
use tauri::{ async_runtime, AppHandle, Manager };
|
||||||
use tauri_plugin_dialog::{ DialogExt, MessageDialogButtons, MessageDialogKind };
|
use tauri_plugin_dialog::{ DialogExt, MessageDialogButtons, MessageDialogKind };
|
||||||
use tauri_plugin_updater::UpdaterExt;
|
use tauri_plugin_updater::UpdaterExt;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue