크리에이터만 라이브를 개설할 수 있도록 변경
This commit is contained in:
@@ -85,7 +85,7 @@ struct LiveView: View {
|
|||||||
viewModel.getSummary()
|
viewModel.getSummary()
|
||||||
}
|
}
|
||||||
|
|
||||||
if !appState.isShowPlayer {
|
if !appState.isShowPlayer && UserDefaults.string(forKey: .role) == MemberRole.CREATOR.rawValue {
|
||||||
Image("btn_make_live")
|
Image("btn_make_live")
|
||||||
.padding(.trailing, 16)
|
.padding(.trailing, 16)
|
||||||
.padding(.bottom, 16)
|
.padding(.bottom, 16)
|
||||||
|
Reference in New Issue
Block a user