Add context menu divider to match existing macOS design
This commit is contained in:
parent
c29960ddda
commit
543048b981
|
@ -86,6 +86,7 @@ struct SidebarItemView: View {
|
||||||
AppAssets.openInBrowserImage
|
AppAssets.openInBrowserImage
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
Divider()
|
||||||
Button(action: {}) {
|
Button(action: {}) {
|
||||||
Text("Copy Feed URL")
|
Text("Copy Feed URL")
|
||||||
#if os(iOS)
|
#if os(iOS)
|
||||||
|
|
Loading…
Reference in New Issue