mirror of
https://github.com/keymanapp/keyman.git
synced 2026-09-19 06:07:40 +00:00
Use new way of showing config window in about
This commit is contained in:
parent
1202c1929b
commit
b0ff277b8a
1 changed files with 1 additions and 1 deletions
|
|
@ -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];
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue