mirror of
https://github.com/MacPass/MacPass.git
synced 2025-12-14 12:52:21 +00:00
moving more code to @properties, ReferenceBuilder WIP
This commit is contained in:
@@ -705,7 +705,7 @@ NSString *const _MPTableSecurCellView = @"PasswordCell";
|
||||
MPDoubleClickTitleAction action = [[NSUserDefaults standardUserDefaults] integerForKey:kMPSettingsKeyDoubleClickTitleAction];
|
||||
switch(action) {
|
||||
case MPDoubleClickTitleActionInspect:
|
||||
[[self windowController] showInspector:nil];
|
||||
[(MPDocumentWindowController *)self.windowController showInspector:nil];
|
||||
break;
|
||||
case MPDoubleClickTitleActionIgnore:
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user