2
0
mirror of https://github.com/kotatogram/kotatogram-desktop synced 2025-09-01 15:15:13 +00:00

Title controls reordering done right. Title song play button created.

This commit is contained in:
John Preston
2016-09-21 14:44:20 +03:00
parent 5c20ae0411
commit a8f3582cb1
17 changed files with 320 additions and 407 deletions

View File

@@ -200,7 +200,7 @@ namespace {
w->notifyClearFast();
w->setupIntro(true);
}
MTP::authed(0);
MTP::setAuthedId(0);
Local::reset();
cSetOtherOnline(0);
@@ -211,9 +211,8 @@ namespace {
if (App::uploader()) App::uploader()->clear();
clearStorageImages();
if (auto w = wnd()) {
w->getTitle()->updateBackButton();
w->updateTitleStatus();
w->getTitle()->resizeEvent(0);
w->updateConnectingStatus();
w->getTitle()->updateControlsVisibility();
}
return true;
}