크리에이터만 라이브를 개설할 수 있도록 변경

This commit is contained in:
Yu Sung 2023-08-21 06:07:53 +09:00
parent c5fdfcafda
commit f0f1cd39b6
1 changed files with 1 additions and 1 deletions

View File

@ -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)