mirror of
https://github.com/MacPass/MacPass.git
synced 2025-12-13 19:22:25 +00:00
Do not disable autotype settings even when autotype is not possible
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user