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