From 0f7793e9bafdeb4a89972db7422c8b136d27a570 Mon Sep 17 00:00:00 2001 From: Maarten Billemont Date: Sun, 15 May 2016 00:14:41 -0400 Subject: [PATCH] Fix "full screen" menu item not updating when toggled. --- MasterPassword/ObjC/Mac/MPMacAppDelegate.m | 1 + 1 file changed, 1 insertion(+) diff --git a/MasterPassword/ObjC/Mac/MPMacAppDelegate.m b/MasterPassword/ObjC/Mac/MPMacAppDelegate.m index 9271c0af..8c1ccc55 100644 --- a/MasterPassword/ObjC/Mac/MPMacAppDelegate.m +++ b/MasterPassword/ObjC/Mac/MPMacAppDelegate.m @@ -356,6 +356,7 @@ static OSStatus MPHotKeyHander(EventHandlerCallRef nextHandler, EventRef theEven } [MPMacConfig flush]; + [self updateMenuItems]; } - (IBAction)newUser:(NSMenuItem *)sender {