Retry initial sync on generic network errors (#422)
This commit is contained in:
parent
28dda237c2
commit
27fed83083
2 changed files with 9 additions and 0 deletions
|
|
@ -105,6 +105,9 @@ private slots:
|
|||
//! Show the login page in the main window.
|
||||
void showLoginPage()
|
||||
{
|
||||
if (modal_)
|
||||
modal_->hide();
|
||||
|
||||
pageStack_->addWidget(login_page_);
|
||||
pageStack_->setCurrentWidget(login_page_);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue