Add settings panel for homeserver's domain

This commit is contained in:
Konstantinos Sideris 2017-05-09 13:25:43 +03:00
parent 0834b246ad
commit 1f10403ace
7 changed files with 175 additions and 13 deletions

View file

@ -79,7 +79,7 @@ void MainWindow::removeOverlayProgressBar()
progress_modal_->fadeOut();
}
if (progress_modal_ != nullptr)
if (spinner_ != nullptr)
spinner_->deleteLater();
progress_modal_ = nullptr;