Release No. 1.1
Added Auto-Lyrics Improved the preferences window
This commit is contained in:
20
iLyrics/PreferencesWindow.m
Normal file
20
iLyrics/PreferencesWindow.m
Normal file
@@ -0,0 +1,20 @@
|
||||
//
|
||||
// PreferencesWindow.m
|
||||
// iLyrics
|
||||
//
|
||||
// Created by Kim Wittenburg on 16.06.12.
|
||||
// Copyright (c) 2012 __MyCompanyName__. All rights reserved.
|
||||
//
|
||||
|
||||
#import "PreferencesWindow.h"
|
||||
|
||||
@implementation PreferencesWindow
|
||||
|
||||
-(BOOL)validateUserInterfaceItem:(id<NSValidatedUserInterfaceItem>)anItem {
|
||||
if ([anItem action]==@selector(toggleToolbarShown:)) {
|
||||
return NO;
|
||||
}
|
||||
return [super validateUserInterfaceItem:anItem];
|
||||
}
|
||||
|
||||
@end
|
||||
Reference in New Issue
Block a user