From 91e8a9aa0e9ffc4fb76560944261dca2d6b22a51 Mon Sep 17 00:00:00 2001 From: Jaakko Keränen Date: Thu, 26 Nov 2020 21:46:44 +0200 Subject: macOS: Touch bar buttons in the wrong order --- 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 ceaf14f4..cb5d76e2 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:@[ @"Feeds", @"Bookmarks", @"History", @"Idents", @"Outline"] + [NSSegmentedControl segmentedControlWithLabels:@[ @"Bookmarks", @"Feeds", @"History", @"Idents", @"Outline"] trackingMode:NSSegmentSwitchTrackingMomentary target:[[NSApplication sharedApplication] delegate] action:@selector(sidebarModePressed:)]; -- cgit v1.2.3