2
0

Fix "full screen" menu item not updating when toggled.

This commit is contained in:
Maarten Billemont 2016-05-15 00:14:41 -04:00
parent a4cf7f9f3c
commit 0f7793e9ba

View File

@ -356,6 +356,7 @@ static OSStatus MPHotKeyHander(EventHandlerCallRef nextHandler, EventRef theEven
}
[MPMacConfig flush];
[self updateMenuItems];
}
- (IBAction)newUser:(NSMenuItem *)sender {