fix: use Manager as _

This commit is contained in:
Slinetrac 2025-11-09 23:46:23 +08:00
parent c03e10b5dc
commit a8fe5a71f7
No known key found for this signature in database

View File

@ -277,7 +277,7 @@ pub fn run() {
}; };
use tauri::AppHandle; use tauri::AppHandle;
#[cfg(target_os = "macos")] #[cfg(target_os = "macos")]
use tauri::Manager; use tauri::Manager as _;
pub fn handle_ready_resumed(_app_handle: &AppHandle) { pub fn handle_ready_resumed(_app_handle: &AppHandle) {
if handle::Handle::global().is_exiting() { if handle::Handle::global().is_exiting() {