소스 검색

Hide the Indeed sidebar row so navigation shows Home through Settings only.

Co-authored-by: Cursor <cursoragent@cursor.com>
AhtashamShahzad1 1 개월 전
부모
커밋
54439480f5
1개의 변경된 파일0개의 추가작업 그리고 4개의 파일을 삭제
  1. 0 4
      App for Indeed/Views/DashboardView.swift

+ 0 - 4
App for Indeed/Views/DashboardView.swift

@@ -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()