mirror of
https://github.com/MacPass/MacPass.git
synced 2025-12-24 06:19:45 +00:00
Fixed second call to disable undo registration
This commit is contained in:
@@ -719,7 +719,6 @@ NSString *const MPDocumentGroupKey = @"MPDocumentGrou
|
||||
/* setting properties on entries is undoable, but we do not want to record this so disable on creation */
|
||||
KPK_SCOPED_DISABLE_UNDO_BEGIN(self.undoManager);
|
||||
|
||||
[self.undoManager disableUndoRegistration];
|
||||
newGroup.title = NSLocalizedString(@"DEFAULT_GROUP_NAME", @"Title for a newly created group");
|
||||
newGroup.iconId = MPIconFolder;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user