From e6a14dc7ae0def7a9ee08ed30206cc0759ae5cdb Mon Sep 17 00:00:00 2001 From: michael starke Date: Mon, 17 Mar 2014 18:51:03 +0100 Subject: [PATCH] Disabled auto type in settings as it's not read yet --- MacPass/MPIntegrationSettingsController.m | 1 + 1 file changed, 1 insertion(+) diff --git a/MacPass/MPIntegrationSettingsController.m b/MacPass/MPIntegrationSettingsController.m index c9331175..0460c813 100644 --- a/MacPass/MPIntegrationSettingsController.m +++ b/MacPass/MPIntegrationSettingsController.m @@ -40,6 +40,7 @@ [self.enableServerCheckbutton bind:NSValueBinding toObject:defaultsController withKeyPath:serverKeyPath options:nil]; [self.enableServerCheckbutton setEnabled:NO]; [self.enableGlobalAutotypeCheckbutton bind:NSValueBinding toObject:defaultsController withKeyPath:globalAutotypeKeyPath options:nil]; + [self.enableGlobalAutotypeCheckbutton setEnabled:NO]; } @end