mirror of
https://github.com/MacPass/MacPass.git
synced 2026-01-31 02:28:17 +00:00
Used more appropriate buttons for unlock/lock in Touch- and Toolbar
This commit is contained in:
@@ -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:)
|
||||
|
||||
Reference in New Issue
Block a user