mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-08-31 06:26:18 +00:00
Detach ComposeControls from SessionController.
This commit is contained in:
@@ -223,10 +223,7 @@ void Calls::setupContent() {
|
||||
if (!GetVideoInputList().empty()) {
|
||||
AddSkip(content);
|
||||
AddSubsectionTitle(content, tr::lng_settings_call_camera());
|
||||
AddCameraSubsection(
|
||||
std::make_shared<Window::Show>(_controller),
|
||||
content,
|
||||
true);
|
||||
AddCameraSubsection(_controller->uiShow(), content, true);
|
||||
AddSkip(content);
|
||||
AddDivider(content);
|
||||
}
|
||||
|
Reference in New Issue
Block a user