mirror of
https://github.com/clash-verge-rev/clash-verge-rev.git
synced 2026-04-15 22:40:42 +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;
|
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() {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user