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

New design of the passport in a separate window.

This commit is contained in:
John Preston
2018-03-31 05:45:40 +04:00
parent a2dabfde56
commit 5cfead762d
36 changed files with 2112 additions and 555 deletions

View File

@@ -410,6 +410,10 @@ void Controller::showAuthForm(const Passport::FormRequest &request) {
_authForm->show();
}
void Controller::clearAuthForm() {
_authForm = nullptr;
}
void Controller::updateColumnLayout() {
App::main()->updateColumnLayout();
}