mirror of
https://github.com/clash-verge-rev/clash-verge-rev.git
synced 2026-04-13 05:20:28 +08:00
fix: use Manager as _
This commit is contained in:
parent
c03e10b5dc
commit
a8fe5a71f7
@ -277,7 +277,7 @@ pub fn run() {
|
||||
};
|
||||
use tauri::AppHandle;
|
||||
#[cfg(target_os = "macos")]
|
||||
use tauri::Manager;
|
||||
use tauri::Manager as _;
|
||||
|
||||
pub fn handle_ready_resumed(_app_handle: &AppHandle) {
|
||||
if handle::Handle::global().is_exiting() {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user