diff --git a/MacPass/MPDocumentWindowController.m b/MacPass/MPDocumentWindowController.m index 2b59c637..08dbae52 100644 --- a/MacPass/MPDocumentWindowController.m +++ b/MacPass/MPDocumentWindowController.m @@ -85,6 +85,7 @@ _toolbar = [[NSToolbar alloc] initWithIdentifier:@"MainWindowToolbar"]; + [_toolbar setAutosavesConfiguration:YES]; [self.toolbar setAllowsUserCustomization:YES]; [self.toolbar setDelegate:self.toolbarDelegate]; [self.window setToolbar:self.toolbar];