Toolbar now should get autosaved

This commit is contained in:
michael starke
2013-08-09 15:42:12 +02:00
parent 4b42493376
commit f586127cd1

View File

@@ -85,6 +85,7 @@
_toolbar = [[NSToolbar alloc] initWithIdentifier:@"MainWindowToolbar"]; _toolbar = [[NSToolbar alloc] initWithIdentifier:@"MainWindowToolbar"];
[_toolbar setAutosavesConfiguration:YES];
[self.toolbar setAllowsUserCustomization:YES]; [self.toolbar setAllowsUserCustomization:YES];
[self.toolbar setDelegate:self.toolbarDelegate]; [self.toolbar setDelegate:self.toolbarDelegate];
[self.window setToolbar:self.toolbar]; [self.window setToolbar:self.toolbar];