Skip to content

Commit

Permalink
fix: get_webview_window not avaiable without Manager import
Browse files Browse the repository at this point in the history
  • Loading branch information
0PandaDEV committed Jan 10, 2025
1 parent c0b50fc commit ffc42ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src-tauri/src/api/updater.rs
Original file line number Diff line number Diff line change
@@ -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_updater::UpdaterExt;

Expand Down

0 comments on commit ffc42ff

Please sign in to comment.