Display progress bar again when re-checking setup detection

This commit is contained in:
Martchus 2023-02-15 19:26:58 +01:00
parent cc2b3365fb
commit 588024d1c5
1 changed files with 2 additions and 0 deletions

View File

@ -570,6 +570,8 @@ void DetectionWizardPage::tryToConnect()
setTitle(m_defaultTitle);
setSubTitle(m_defaultSubTitle);
m_progressBar->show();
m_checkAgainButton->hide();
// determine path of Syncthing's config file, possibly ask user to select it
m_setupDetection->determinePaths();