refactor: remove grant logic

This commit is contained in:
MystiPanda
2024-06-13 16:07:56 +08:00
parent ad1a057edb
commit b5556613cf
6 changed files with 1 additions and 99 deletions

View File

@@ -4,7 +4,6 @@ mod core;
pub mod handle;
pub mod hotkey;
pub mod logger;
pub mod manager;
pub mod service;
pub mod sysopt;
pub mod timer;