Hide the slideshow when going to the login page

This is indeed very distracting otherwise.

Signed-off-by: Kevin Ottens <kevin.ottens@nextcloud.com>
This commit is contained in:
Kevin Ottens 2020-10-08 17:25:12 +02:00
parent 9ec4b5ef8e
commit ec945b8ac7
No known key found for this signature in database
GPG key ID: 074BBBCB8DECC9E2

View file

@ -125,6 +125,10 @@ void OwncloudSetupPage::setupCustomization()
#ifdef WITH_PROVIDERS
void OwncloudSetupPage::slotLogin()
{
_ui.slideShow->hide();
_ui.nextButton->hide();
_ui.prevButton->hide();
_ocWizard->setRegistration(false);
_ui.login->setMaximumHeight(0);
auto *animation = new QPropertyAnimation(_ui.login, "maximumHeight");