Skip to content

Commit

Permalink
Update src/window.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Ngo Iok Ui (Wu Yu Wei) <[email protected]>
Signed-off-by: Jason Tsai <[email protected]>
  • Loading branch information
pewsheen and wusyong authored Nov 18, 2024
1 parent 44d7e5c commit 918a902
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/window.rs
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ pub struct Window {
#[cfg(linux)]
pub(crate) context_menu: Option<ContextMenu>,

/// Global menu evnet receiver for muda crate
/// Global menu event receiver for muda crate
#[cfg(any(target_os = "macos", target_os = "windows"))]
menu_event_receiver: MenuEventReceiver,
}
Expand Down

0 comments on commit 918a902

Please sign in to comment.