Move search bar to the right side of the toolbar and put icons in the same order as they are on iOS. Fixes #2583

This commit is contained in:
Maurice Parker 2020-11-19 11:29:56 -06:00
parent c2d0dac62c
commit 88c33283bf
1 changed files with 5 additions and 5 deletions

View File

@ -815,7 +815,6 @@ extension MainWindowController: NSToolbarDelegate {
.newSidebarItemMenu, .newSidebarItemMenu,
.sidebarTrackingSeparator, .sidebarTrackingSeparator,
.markAllAsRead, .markAllAsRead,
.search,
.timelineTrackingSeparator, .timelineTrackingSeparator,
.flexibleSpace, .flexibleSpace,
.nextUnread, .nextUnread,
@ -824,6 +823,7 @@ extension MainWindowController: NSToolbarDelegate {
.readerView, .readerView,
.openInBrowser, .openInBrowser,
.share, .share,
.search,
.cleanUp .cleanUp
] ]
} else { } else {
@ -854,15 +854,15 @@ extension MainWindowController: NSToolbarDelegate {
.newSidebarItemMenu, .newSidebarItemMenu,
.sidebarTrackingSeparator, .sidebarTrackingSeparator,
.markAllAsRead, .markAllAsRead,
.search,
.timelineTrackingSeparator, .timelineTrackingSeparator,
.flexibleSpace,
.nextUnread,
.markRead, .markRead,
.markStar, .markStar,
.nextUnread,
.readerView, .readerView,
.share,
.openInBrowser, .openInBrowser,
.share .flexibleSpace,
.search
] ]
} else { } else {
return [ return [