From 5a7c3111ce24c54bb7e94477c407d374bd33f7e2 Mon Sep 17 00:00:00 2001 From: Stuart Breckenridge Date: Sat, 18 Jul 2020 21:24:06 +0800 Subject: [PATCH] Removes rename --- .../Shared/Sidebar/SidebarContextMenu.swift | 23 +++++++------------ 1 file changed, 8 insertions(+), 15 deletions(-) diff --git a/Multiplatform/Shared/Sidebar/SidebarContextMenu.swift b/Multiplatform/Shared/Sidebar/SidebarContextMenu.swift index 5618e8e99..fc013bafb 100644 --- a/Multiplatform/Shared/Sidebar/SidebarContextMenu.swift +++ b/Multiplatform/Shared/Sidebar/SidebarContextMenu.swift @@ -85,13 +85,6 @@ struct SidebarContextMenu: View { } Divider() Button { - } label: { - Text("Rename") - #if os(iOS) - AppAssets.renameImage - #endif - } - Button { } label: { Text("Delete") #if os(iOS) @@ -101,6 +94,14 @@ struct SidebarContextMenu: View { } if sidebarItem.representedType == .folder { + Button { + showInspector = true + } label: { + Text("Get Info") + #if os(iOS) + AppAssets.getInfoImage + #endif + } Button { } label: { Text("Mark All As Read") @@ -109,14 +110,6 @@ struct SidebarContextMenu: View { #endif } Divider() - Button { - showInspector = true - } label: { - Text("Rename") - #if os(iOS) - AppAssets.renameImage - #endif - } Button { } label: { Text("Delete")