mirror of
https://github.com/MacPass/MacPass.git
synced 2025-12-25 18:29:27 +00:00
Removed special code for 10.12 and blow since we now target 10.13 and above
This commit is contained in:
@@ -209,9 +209,7 @@
|
||||
|
||||
- (void)toggleShowPassword {
|
||||
self.showPassword = !self.showPassword;
|
||||
if (@available(macOS 10.12.2, *)) {
|
||||
_showPasswordButton.bezelColor = self.showPassword ? [NSColor selectedControlColor] : [NSColor controlColor];
|
||||
}
|
||||
self.showPasswordButton.bezelColor = self.showPassword ? [NSColor selectedControlColor] : [NSColor controlColor];
|
||||
}
|
||||
|
||||
- (void)_didSetKeyURL:(NSNotification *)notification {
|
||||
|
||||
Reference in New Issue
Block a user