mirror of
https://github.com/Ranchero-Software/NetNewsWire
synced 2025-08-12 06:26:36 +00:00
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:
@@ -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 [
|
||||
|
||||
Reference in New Issue
Block a user