diff options
author | Jaakko Keränen <jaakko.keranen@iki.fi> | 2020-08-28 12:46:15 +0300 |
---|---|---|
committer | Jaakko Keränen <jaakko.keranen@iki.fi> | 2020-08-28 12:46:19 +0300 |
commit | 33e286b86159e237d16f27bfe00d9b1a8b5cb4d0 (patch) | |
tree | 97596d703b0406fead989c67d50a5ac9c986c6e5 /src | |
parent | 8104328b315ce1afd865b06109c5c33b86a56aab (diff) |
Cleanup
Diffstat (limited to 'src')
-rw-r--r-- | src/ui/macos.m | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/macos.m b/src/ui/macos.m index 0e4927ee..593c3810 100644 --- a/src/ui/macos.m +++ b/src/ui/macos.m | |||
@@ -278,7 +278,7 @@ static void appearanceChanged_MacOS_(NSString *name) { | |||
278 | return [[CommandButton alloc] initWithIdentifier:identifier | 278 | return [[CommandButton alloc] initWithIdentifier:identifier |
279 | title:@"Go to…" | 279 | title:@"Go to…" |
280 | command:@"pattern.goto arg:-1"]; | 280 | command:@"pattern.goto arg:-1"]; |
281 | } | 281 | } |
282 | else if ([identifier isEqualToString:event_TouchId_]) { | 282 | else if ([identifier isEqualToString:event_TouchId_]) { |
283 | NSTouchBar *events = [[NSTouchBar alloc] init]; | 283 | NSTouchBar *events = [[NSTouchBar alloc] init]; |
284 | events.delegate = self; | 284 | events.delegate = self; |