Skip to content

Commit d75cf7c

Browse files
committed
[Setting] #193 - Debug가 아닌 경우엔 매직봉 안 보이게 수정
1 parent 6995bfe commit d75cf7c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Neki-iOS/Features/Archive/Sources/Presentation/Sources/View/ArchivePhotoDetailView.swift

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,10 @@ struct ArchivePhotoDetailView: View {
6464
left: { NekiToolBar.back { store.send(.onTapBackButton) } },
6565
center: { NekiToolBar.textCenter(store.formattedDate) },
6666
right: {
67+
#if DEBUG
6768
NekiToolBar.icon(UIImage(systemName: "wand.and.stars")!,
6869
action: { store.send(.onTapTransform) })
70+
#endif
6971
}
7072
)
7173
.nekiAlert(

0 commit comments

Comments
 (0)