summaryrefslogtreecommitdiff
path: root/src/macos.m
diff options
context:
space:
mode:
authorJaakko Keränen <jaakko.keranen@iki.fi>2020-11-23 15:27:58 +0200
committerJaakko Keränen <jaakko.keranen@iki.fi>2020-11-23 15:27:58 +0200
commit678ed94bf55bc15592d14aed1ace04863e5483d1 (patch)
tree4301f4ac3d7bc48db4e8c45f6646205418c679ed /src/macos.m
parente509af0fc8eee4b03766ec5c1f4faf6dae7f41b4 (diff)
Sidebar: Populate with feed entries
Diffstat (limited to 'src/macos.m')
-rw-r--r--src/macos.m2
1 files changed, 1 insertions, 1 deletions
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) {
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:@[ @"Bookmarks", @"History", @"Identities", @"Outline"] 290 [NSSegmentedControl segmentedControlWithLabels:@[ @"Feeds", @"Bookmarks", @"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:)];