diff --git a/Telegram/SourceFiles/title.cpp b/Telegram/SourceFiles/title.cpp index fc84224df..b0f095d95 100644 --- a/Telegram/SourceFiles/title.cpp +++ b/Telegram/SourceFiles/title.cpp @@ -63,12 +63,11 @@ TitleWidget::TitleWidget(Window *window) { setGeometry(0, 0, wnd->width(), st::titleHeight); - stateChanged(); - _update.hide(); if (App::app()->updatingState() == Application::UpdatingReady) { showUpdateBtn(); } + stateChanged(); connect(&_settings, SIGNAL(clicked()), window, SLOT(showSettings())); connect(&_contacts, SIGNAL(clicked()), this, SLOT(onContacts()));