From 678ed94bf55bc15592d14aed1ace04863e5483d1 Mon Sep 17 00:00:00 2001 From: Jaakko Keränen Date: Mon, 23 Nov 2020 15:27:58 +0200 Subject: Sidebar: Populate with feed entries --- src/macos.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/macos.m') diff --git a/src/macos.m b/src/macos.m index 24a6fecb..ceaf14f4 100644 --- a/src/macos.m +++ b/src/macos.m @@ -287,7 +287,7 @@ static void appearanceChanged_MacOS_(NSString *name) { else if ([identifier isEqualToString:sidebarMode_TouchId_]) { NSCustomTouchBarItem *item = [[NSCustomTouchBarItem alloc] initWithIdentifier:sidebarMode_TouchId_]; NSSegmentedControl *seg = - [NSSegmentedControl segmentedControlWithLabels:@[ @"Bookmarks", @"History", @"Identities", @"Outline"] + [NSSegmentedControl segmentedControlWithLabels:@[ @"Feeds", @"Bookmarks", @"History", @"Idents", @"Outline"] trackingMode:NSSegmentSwitchTrackingMomentary target:[[NSApplication sharedApplication] delegate] action:@selector(sidebarModePressed:)]; -- cgit v1.2.3