We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 17ed14c commit eed151cCopy full SHA for eed151c
Sushitrain/FileView.swift
@@ -318,12 +318,12 @@ struct FileView: View {
318
Menu {
319
Button("Encryption details...", systemImage: "lock.document.fill") { showEncryptionSheet = true }
320
.disabled(!(file.folder?.hasEncryptedPeers ?? false))
321
-
+
322
Button("Explore archive contents...", systemImage: "doc.zipper") { showArchive = true }
323
} label: {
324
Label("Advanced", systemImage: "ellipsis.circle")
325
}
326
327
// Open in Finder button
328
Button(
329
openInFilesAppLabel, systemImage: "arrow.up.forward.app",
0 commit comments