From 5601baf6fb67c1796cc1af4e16fcdf3c218e09e3 Mon Sep 17 00:00:00 2001 From: Michael Starke Date: Mon, 12 Nov 2018 18:55:51 +0100 Subject: [PATCH] Do not disable autotype settings even when autotype is not possible --- MacPass/MPIntegrationSettingsController.m | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/MacPass/MPIntegrationSettingsController.m b/MacPass/MPIntegrationSettingsController.m index 5cbfbf3e..21030bd8 100644 --- a/MacPass/MPIntegrationSettingsController.m +++ b/MacPass/MPIntegrationSettingsController.m @@ -115,19 +115,6 @@ [self.autotypeStackView setVisibilityPriority:NSStackViewVisibilityPriorityMustHold forView:self.autotypeWarningTextField]; [self.autotypeStackView setVisibilityPriority:NSStackViewVisibilityPriorityMustHold forView:self.openPreferencesButton]; } - - /* - NSArray *controls = @[ self.enableGlobalAutotypeCheckBox, - self.hotKeyTextField, - self.matchTitleCheckBox, - self.matchURLCheckBox, - self.matchHostCheckBox, - self.matchTagsCheckBox, - self.sendCommandForControlCheckBox ]; - for(NSControl *control in controls) { - control.enabled = hasAutotypeSupport; - } - */ } - (void)openAccessibiltyPreferences:(id)sender {