summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/macos.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/macos.m b/src/macos.m
index ceaf14f4..cb5d76e2 100644
--- a/src/macos.m
+++ b/src/macos.m
@@ -287,7 +287,7 @@ static void appearanceChanged_MacOS_(NSString *name) {
287 else if ([identifier isEqualToString:sidebarMode_TouchId_]) { 287 else if ([identifier isEqualToString:sidebarMode_TouchId_]) {
288 NSCustomTouchBarItem *item = [[NSCustomTouchBarItem alloc] initWithIdentifier:sidebarMode_TouchId_]; 288 NSCustomTouchBarItem *item = [[NSCustomTouchBarItem alloc] initWithIdentifier:sidebarMode_TouchId_];
289 NSSegmentedControl *seg = 289 NSSegmentedControl *seg =
290 [NSSegmentedControl segmentedControlWithLabels:@[ @"Feeds", @"Bookmarks", @"History", @"Idents", @"Outline"] 290 [NSSegmentedControl segmentedControlWithLabels:@[ @"Bookmarks", @"Feeds", @"History", @"Idents", @"Outline"]
291 trackingMode:NSSegmentSwitchTrackingMomentary 291 trackingMode:NSSegmentSwitchTrackingMomentary
292 target:[[NSApplication sharedApplication] delegate] 292 target:[[NSApplication sharedApplication] delegate]
293 action:@selector(sidebarModePressed:)]; 293 action:@selector(sidebarModePressed:)];