Kaynağa Gözat

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

Co-authored-by: Cursor <cursoragent@cursor.com>
AhtashamShahzad1 1 ay önce
ebeveyn
işleme
54439480f5
1 değiştirilmiş dosya ile 0 ekleme ve 4 silme
  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()