Flip the order of mark all as read and search toolbar items

This commit is contained in:
Maurice Parker 2020-11-09 15:26:14 -06:00
parent d397f1627c
commit 8b7d7798ff

View File

@ -814,8 +814,8 @@ extension MainWindowController: NSToolbarDelegate {
.refresh, .refresh,
.newSidebarItemMenu, .newSidebarItemMenu,
.sidebarTrackingSeparator, .sidebarTrackingSeparator,
.search,
.markAllAsRead, .markAllAsRead,
.search,
.timelineTrackingSeparator, .timelineTrackingSeparator,
.flexibleSpace, .flexibleSpace,
.nextUnread, .nextUnread,
@ -853,8 +853,8 @@ extension MainWindowController: NSToolbarDelegate {
.refresh, .refresh,
.newSidebarItemMenu, .newSidebarItemMenu,
.sidebarTrackingSeparator, .sidebarTrackingSeparator,
.search,
.markAllAsRead, .markAllAsRead,
.search,
.timelineTrackingSeparator, .timelineTrackingSeparator,
.flexibleSpace, .flexibleSpace,
.nextUnread, .nextUnread,