Fixed display of settings for viewers of RTMP stream.
This commit is contained in:
		
							parent
							
								
									319d661ce6
								
							
						
					
					
						commit
						2b79fd7e67
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -636,7 +636,7 @@ void SettingsBox(
 | 
				
			||||||
			st::groupCallSettingsButton
 | 
								st::groupCallSettingsButton
 | 
				
			||||||
		)->addClickHandler(std::move(shareLink));
 | 
							)->addClickHandler(std::move(shareLink));
 | 
				
			||||||
	}
 | 
						}
 | 
				
			||||||
	if (rtmp) {
 | 
						if (rtmp && !call->rtmpInfo().url.isEmpty()) {
 | 
				
			||||||
		AddSkip(layout);
 | 
							AddSkip(layout);
 | 
				
			||||||
		addDivider();
 | 
							addDivider();
 | 
				
			||||||
		AddSkip(layout);
 | 
							AddSkip(layout);
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		
		Reference in a new issue