Skip to content

Commit 20b50ce

Browse files
Fix build
1 parent 1f944b2 commit 20b50ce

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Sources/TranscriptDebugMenu/TranscriptDebugMenu.swift

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,9 @@ public struct TranscriptDebugMenu: View {
167167
systemImage: "hand.thumbsup" + (sentiment == .positive ? ".fill" : "" ))
168168
}
169169
}
170+
#if !os(visionOS)
170171
ToolbarSpacer()
172+
#endif
171173
ToolbarItem {
172174
ShareLink(item: feedbackFileURL)
173175
.disabled(!feedbackDataFileSaved)

0 commit comments

Comments
 (0)