diff --git a/src-tauri/src/api/hotkeys.rs b/src-tauri/src/api/hotkeys.rs
index 994894b..a530b27 100644
--- a/src-tauri/src/api/hotkeys.rs
+++ b/src-tauri/src/api/hotkeys.rs
@@ -6,20 +6,20 @@ use global_hotkey::{
GlobalHotKeyManager,
HotKeyState,
};
-use lazy_static::lazy_static;
use std::str::FromStr;
use std::sync::Mutex;
-use tauri::{ AppHandle, Listener, Manager };
+use tauri::{ AppHandle, Manager, Listener };
use tauri_plugin_aptabase::EventTracker;
+use tokio::sync::OnceCell;
-lazy_static! {
- static ref HOTKEY_MANAGER: Mutex