mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-08-31 06:35:14 +00:00
Don't check config.phonecalls_enabled value.
This commit is contained in:
@@ -678,11 +678,6 @@ MainMenu::MainMenu(
|
||||
updatePhone();
|
||||
}, lifetime());
|
||||
|
||||
_controller->session().serverConfig().phoneCallsEnabled.changes(
|
||||
) | rpl::start_with_next([=] {
|
||||
refreshMenu();
|
||||
}, lifetime());
|
||||
|
||||
using Window::Theme::BackgroundUpdate;
|
||||
Window::Theme::Background()->updates(
|
||||
) | rpl::start_with_next([=](const BackgroundUpdate &update) {
|
||||
|
Reference in New Issue
Block a user