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