mirror of
https://github.com/Ranchero-Software/NetNewsWire
synced 2025-08-12 06:26:36 +00:00
Remove context menu titles as they didn't provide any additional context
This commit is contained in:
@@ -202,8 +202,7 @@ class MasterTimelineViewController: UITableViewController, UndoableCommandRunner
|
||||
actions.append(action)
|
||||
}
|
||||
|
||||
let title = NSLocalizedString("Timeline Menu", comment: "Timeline Menu")
|
||||
return UIMenu(title: title, children: actions)
|
||||
return UIMenu(title: "", children: actions)
|
||||
|
||||
})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user