Prechádzať zdrojové kódy

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

Co-authored-by: Cursor <cursoragent@cursor.com>
AhtashamShahzad1 1 mesiac pred
rodič
commit
54439480f5
1 zmenil súbory, kde vykonal 0 pridanie a 4 odobranie
  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()