Release No. 1.1
Added Auto-Lyrics Improved the preferences window
This commit is contained in:
@@ -38,6 +38,7 @@
|
||||
NSUserDefaults *defaults = [NSUserDefaults standardUserDefaults];
|
||||
[defaults setBool:[quitWhenAllWindowClosedCheckBox state] == NSOnState forKey:@"Quit when all windows are closed"];
|
||||
[mainController saveToDefalts:defaults];
|
||||
[[AutoLyrics autoLyrics] saveToDefaults:defaults];
|
||||
[defaults synchronize];
|
||||
return NSTerminateNow;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user