mirror of
https://github.com/clash-verge-rev/clash-verge-rev.git
synced 2026-01-29 17:15:38 +08:00
fix: macOS clippy lint
This commit is contained in:
@@ -276,6 +276,8 @@ pub fn run() {
|
|||||||
utils::logging::Type,
|
utils::logging::Type,
|
||||||
};
|
};
|
||||||
use tauri::AppHandle;
|
use tauri::AppHandle;
|
||||||
|
#[cfg(target_os = "macos")]
|
||||||
|
use tauri::Manager;
|
||||||
|
|
||||||
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() {
|
||||||
|
|||||||
Reference in New Issue
Block a user