Used more appropriate buttons for unlock/lock in Touch- and Toolbar

This commit is contained in:
Michael Starke
2019-07-12 14:40:14 +02:00
parent 71e795c4f4
commit 3191e56e58
2 changed files with 2 additions and 2 deletions

View File

@@ -720,7 +720,7 @@ typedef void (^MPPasswordChangedBlock)(BOOL didChangePassword);
customizationLabel:NSLocalizedString(@"TOUCHBAR_PERFORM_AUTOTYPE","Touchbar button label for performing autotype")];
}
else if (identifier == touchBarLockIdentifier) {
return [MPTouchBarButtonCreator touchBarButtonWithImage:[NSImage imageNamed:NSImageNameLockUnlockedTemplate]
return [MPTouchBarButtonCreator touchBarButtonWithImage:[NSImage imageNamed:NSImageNameLockLockedTemplate]
identifier:touchBarLockIdentifier
target:self
selector:@selector(lock:)