mirror of
https://github.com/MacPass/MacPass.git
synced 2025-12-25 06:29:27 +00:00
String as Autotype command results in only one Paste command - fixed #338
Signed-off-by: michael starke <michael.starke@hicknhack-software.com>
This commit is contained in:
@@ -47,7 +47,7 @@
|
||||
}
|
||||
|
||||
|
||||
- (BOOL)isValid {
|
||||
- (BOOL)valid {
|
||||
return (self.normalizedCommand != nil);
|
||||
}
|
||||
|
||||
@@ -58,4 +58,13 @@
|
||||
return _evaluatedCommand;
|
||||
}
|
||||
|
||||
- (NSString *)description {
|
||||
return [NSString stringWithFormat:@"command:%@\nnormalized:%@\nevaluated:%@\nentry.title:%@\nentry.uuid:%@\n",
|
||||
self.command,
|
||||
self.normalizedCommand,
|
||||
self.evaluatedCommand,
|
||||
self.entry.title,
|
||||
self.entry.uuid.UUIDString];
|
||||
}
|
||||
|
||||
@end
|
||||
|
||||
Reference in New Issue
Block a user