From 543048b9812b808ff183cd3122936fbd31f0952c Mon Sep 17 00:00:00 2001 From: Maurice Parker Date: Mon, 13 Jul 2020 11:43:27 -0500 Subject: [PATCH] Add context menu divider to match existing macOS design --- Multiplatform/Shared/Sidebar/SidebarItemView.swift | 1 + 1 file changed, 1 insertion(+) diff --git a/Multiplatform/Shared/Sidebar/SidebarItemView.swift b/Multiplatform/Shared/Sidebar/SidebarItemView.swift index 57a0a06eb..81bf3a659 100644 --- a/Multiplatform/Shared/Sidebar/SidebarItemView.swift +++ b/Multiplatform/Shared/Sidebar/SidebarItemView.swift @@ -86,6 +86,7 @@ struct SidebarItemView: View { AppAssets.openInBrowserImage #endif } + Divider() Button(action: {}) { Text("Copy Feed URL") #if os(iOS)