Hide the connect widget whether we're auto-downloading or not

This commit is contained in:
Luca Beltrame 2015-02-15 18:52:34 +01:00
parent d5d0d8ac03
commit 32dd9bfc1a

View file

@ -134,10 +134,10 @@ DanbooruMainWindow::DanbooruMainWindow(QWidget *parent)
if (DanbooruSettings::self()->autoDownload()) {
m_view->rootObject()->setProperty("poolMode", QVariant(false));
m_connectWidget->hide();
m_service->setPostTags(QStringList());
m_service->getPostList();
}
m_connectWidget->hide();
});