Skip to content

Commit

Permalink
Change the Mac default toolbar button locations to more closely match…
Browse files Browse the repository at this point in the history
… current standards
  • Loading branch information
vincode-io committed Jan 1, 2024
1 parent 2fe190b commit d531604
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Zavala/MainSplitViewController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -839,6 +839,8 @@ extension MainSplitViewController: NSToolbarDelegate {
func toolbarDefaultItemIdentifiers(_ toolbar: NSToolbar) -> [NSToolbarItem.Identifier] {
return [
.toggleSidebar,
.primarySidebarTrackingSeparatorItemIdentifier,
.navigation,
.flexibleSpace,
.newOutline,
.supplementarySidebarTrackingSeparatorItemIdentifier,
Expand All @@ -849,11 +851,9 @@ extension MainSplitViewController: NSToolbarDelegate {
.link,
.boldface,
.italic,
.space,
.flexibleSpace,
.collaborate,
.share,
.flexibleSpace,
.navigation,
.space,
.toggleCompletedFilter,
]
Expand Down

0 comments on commit d531604

Please sign in to comment.