mirror of
https://github.com/MacPass/MacPass.git
synced 2025-12-23 22:09:25 +00:00
Introduced Windowdelegation for Responder Chain handling
This commit is contained in:
@@ -21,6 +21,10 @@ NSString *const MPGeneralSetingsIdentifier = @"GeneralSettingsTab";
|
||||
return MPGeneralSetingsIdentifier;
|
||||
}
|
||||
|
||||
+ (NSImage *)image {
|
||||
return [NSImage imageNamed:NSImageNamePreferencesGeneral];
|
||||
}
|
||||
|
||||
- (id)init {
|
||||
return [self initWithNibName:@"GeneralSettings" bundle:[NSBundle mainBundle]];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user