Add context menu divider to match existing macOS design

This commit is contained in:
Maurice Parker 2020-07-13 11:43:27 -05:00
parent c29960ddda
commit 543048b981
1 changed files with 1 additions and 0 deletions

View File

@ -86,6 +86,7 @@ struct SidebarItemView: View {
AppAssets.openInBrowserImage
#endif
}
Divider()
Button(action: {}) {
Text("Copy Feed URL")
#if os(iOS)