Do not disable autotype settings even when autotype is not possible

This commit is contained in:
Michael Starke
2018-11-12 18:55:51 +01:00
parent 04ffcab15b
commit 5601baf6fb

View File

@@ -115,19 +115,6 @@
[self.autotypeStackView setVisibilityPriority:NSStackViewVisibilityPriorityMustHold forView:self.autotypeWarningTextField];
[self.autotypeStackView setVisibilityPriority:NSStackViewVisibilityPriorityMustHold forView:self.openPreferencesButton];
}
/*
NSArray <NSControl *> *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 {