fix: clippy lint

This commit is contained in:
Slinetrac
2025-11-06 11:05:02 +08:00
parent 363fa98891
commit 966693c9cb
4 changed files with 22 additions and 19 deletions

View File

@@ -351,7 +351,7 @@ pub fn run() {
});
}
pub fn handle_window_destroyed() {
pub const fn handle_window_destroyed() {
#[cfg(target_os = "macos")]
{
use crate::core::hotkey::SystemHotkey;