Skip to content

Commit 99b806a

Browse files
committed
Fixed inspector sidebar toggle so it is now displayed as expected.
1 parent 02c463e commit 99b806a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

CodeEdit/Features/Documents/Controllers/CodeEditWindowController.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ final class CodeEditWindowController: NSWindowController, NSToolbarDelegate {
174174

175175
return toolbarItem
176176
case .toggleLastSidebarItem:
177-
let toolbarItem = NSToolbarItem(itemIdentifier: NSToolbarItem.Identifier.toggleFirstSidebarItem)
177+
let toolbarItem = NSToolbarItem(itemIdentifier: NSToolbarItem.Identifier.toggleLastSidebarItem)
178178
toolbarItem.label = "Inspector Sidebar"
179179
toolbarItem.paletteLabel = "Inspector Sidebar"
180180
toolbarItem.toolTip = "Hide or show the Inspectors"

0 commit comments

Comments
 (0)