chore: update deps

This commit is contained in:
GyDi
2023-05-28 16:45:43 +08:00
parent ed17551170
commit b1f45752cf
5 changed files with 843 additions and 804 deletions

View File

@@ -4,7 +4,7 @@ use once_cell::sync::OnceCell;
use parking_lot::Mutex;
use std::{collections::HashMap, sync::Arc};
use tauri::{AppHandle, GlobalShortcutManager};
use tauri_runtime_wry::wry::application::accelerator::Accelerator;
use wry::application::accelerator::Accelerator;
pub struct Hotkey {
current: Arc<Mutex<Vec<String>>>, // 保存当前的热键设置