Hide the connect widget whether we're auto-downloading or not
This commit is contained in:
parent
d5d0d8ac03
commit
32dd9bfc1a
1 changed files with 1 additions and 1 deletions
|
@ -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();
|
||||
|
||||
});
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue