From 9a91648accb9cfa461bcee3202fe068a34521401 Mon Sep 17 00:00:00 2001 From: Maurice Parker Date: Tue, 11 Aug 2020 21:36:15 -0500 Subject: [PATCH] Remove sidebar toggle from the default set --- Mac/MainWindow/MainWindowController.swift | 1 - 1 file changed, 1 deletion(-) diff --git a/Mac/MainWindow/MainWindowController.swift b/Mac/MainWindow/MainWindowController.swift index 787a2f964..14fd272bd 100644 --- a/Mac/MainWindow/MainWindowController.swift +++ b/Mac/MainWindow/MainWindowController.swift @@ -836,7 +836,6 @@ extension MainWindowController: NSToolbarDelegate { func toolbarDefaultItemIdentifiers(_ toolbar: NSToolbar) -> [NSToolbarItem.Identifier] { if #available(macOS 11.0, *) { return [ - .sidebarToggle, .flexibleSpace, .refresh, .newSidebarItemMenu,