mirror of
https://github.com/MacPass/MacPass.git
synced 2025-12-14 22:42:18 +00:00
Toolbar now should get autosaved
This commit is contained in:
@@ -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];
|
||||||
|
|||||||
Reference in New Issue
Block a user