mirror of
https://github.com/nextcloud/desktop.git
synced 2024-11-27 09:30:13 +03:00
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:
parent
9ec4b5ef8e
commit
ec945b8ac7
1 changed files with 4 additions and 0 deletions
|
@ -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");
|
||||
|
|
Loading…
Reference in a new issue