mirror of
https://github.com/clash-verge-rev/clash-verge-rev
synced 2025-05-05 04:43:44 +08:00
chore: update
This commit is contained in:
parent
ecb5f0885c
commit
3795b537f6
@ -79,7 +79,7 @@ impl Hotkey {
|
||||
}
|
||||
});
|
||||
|
||||
log::info!(target: "app", "register hotkey {hotkey} {func}");
|
||||
log::debug!(target: "app", "register hotkey {hotkey} {func}");
|
||||
Ok(())
|
||||
}
|
||||
|
||||
@ -88,7 +88,7 @@ impl Hotkey {
|
||||
let manager = app_handle.global_shortcut();
|
||||
manager.unregister(hotkey)?;
|
||||
|
||||
log::info!(target: "app", "unregister hotkey {hotkey}");
|
||||
log::debug!(target: "app", "unregister hotkey {hotkey}");
|
||||
Ok(())
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user