|
|
@@ -2982,10 +2982,6 @@ final class DashboardView: NSView, NSTextFieldDelegate, NSSharingServicePickerDe
|
|
|
sidebar.addArrangedSubview(rowHost)
|
|
|
let sidebarHorizontalInset = sidebar.edgeInsets.left + sidebar.edgeInsets.right
|
|
|
rowHost.widthAnchor.constraint(equalTo: sidebar.widthAnchor, constant: -sidebarHorizontalInset).isActive = true
|
|
|
-
|
|
|
- if item.title == L("Home") {
|
|
|
- addIndeedSidebarLaunchRow()
|
|
|
- }
|
|
|
}
|
|
|
|
|
|
let sidebarBottomSpacer = NSView()
|