mirror of
https://github.com/MacPass/MacPass.git
synced 2025-12-18 20:49:26 +00:00
Refacoted window and view controller to use windowNibName and nibName. Fixes #164
This commit is contained in:
@@ -14,9 +14,8 @@
|
||||
|
||||
@implementation MPUpdateSettingsController
|
||||
|
||||
- (instancetype)init {
|
||||
self = [super initWithNibName:@"UpdateSettings" bundle:nil];
|
||||
return self;
|
||||
- (NSString *)nibName {
|
||||
return @"UpdateSettings";
|
||||
}
|
||||
|
||||
- (NSString *)identifier {
|
||||
|
||||
Reference in New Issue
Block a user