Skip to content

Commit efe06d6

Browse files
authored
Remove the tooltip from inspector notification rows (#715)
1 parent 80f2f72 commit efe06d6

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

supacode/Features/Repositories/Views/WorktreeStatusInspector.swift

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -594,7 +594,6 @@ private struct NotificationRow: View {
594594
.frame(maxWidth: .infinity, alignment: .leading)
595595
}
596596
.buttonStyle(.plain)
597-
.help("Select worktree and focus terminal.")
598597
}
599598

600599
private static func markdown(_ string: String) -> AttributedString {
@@ -643,7 +642,6 @@ private struct PrunedNotificationRow: View {
643642
.frame(maxWidth: .infinity, alignment: .leading)
644643
}
645644
.buttonStyle(.plain)
646-
.help("Select worktree and focus terminal.")
647645
}
648646

649647
private var title: String {

0 commit comments

Comments
 (0)