Fix macOS deminiaturize (#3054)

This commit is contained in:
Mads Marquart
2023-08-27 17:35:45 +02:00
committed by Kirill Chibisov
parent 246d53d5a1
commit 2d9b852a95
2 changed files with 2 additions and 1 deletions

View File

@@ -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:)]