Fix macOS deminiaturize (#3054)
This commit is contained in:
parent
7e11912d22
commit
7541220a41
2 changed files with 2 additions and 1 deletions
|
|
@ -124,7 +124,7 @@ extern_methods!(
|
|||
#[method(miniaturize:)]
|
||||
pub(crate) fn miniaturize(&self, sender: Option<&AnyObject>);
|
||||
|
||||
#[method(sender:)]
|
||||
#[method(deminiaturize:)]
|
||||
pub(crate) fn deminiaturize(&self, sender: Option<&AnyObject>);
|
||||
|
||||
#[method(toggleFullScreen:)]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue