mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-08-31 14:38:15 +00:00
Don't check config.phonecalls_enabled value.
This commit is contained in:
@@ -177,11 +177,6 @@ TopBarWidget::TopBarWidget(
|
||||
}
|
||||
}, lifetime());
|
||||
|
||||
session().serverConfig().phoneCallsEnabled.changes(
|
||||
) | rpl::start_with_next([=] {
|
||||
updateControlsVisibility();
|
||||
}, lifetime());
|
||||
|
||||
rpl::combine(
|
||||
Core::App().settings().thirdSectionInfoEnabledValue(),
|
||||
Core::App().settings().tabbedReplacedWithInfoValue()
|
||||
|
Reference in New Issue
Block a user