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