Use new way of showing config window in about

This commit is contained in:
Gabriel Wong 2017-11-20 14:36:47 +07:00
parent 1202c1929b
commit b0ff277b8a

View file

@ -39,7 +39,7 @@
- (IBAction)configAction:(id)sender {
NSLog(@"Calling showPreferences from About window (i.e., the old way)...");
[self.AppDelegate.inputController showPreferences:sender];
[self.AppDelegate showConfigurationWindow];
NSLog(@"Back from showPreferences. Closing About window...");
[self close];
}