#6338 Only call Bonjour download if on Windows

This commit is contained in:
Nick Bolton 2018-08-03 23:00:15 +01:00
parent 918571b6e2
commit d2d2a5e1d9
1 changed files with 2 additions and 0 deletions

View File

@ -182,7 +182,9 @@ void SettingsDialog::on_m_pCheckBoxEnableCrypto_toggled(bool checked)
void SettingsDialog::on_m_pLabelInstallBonjour_linkActivated(const QString&)
{
#if defined(Q_OS_WIN)
m_pBonjourWindows->download();
#endif
}
void SettingsDialog::on_m_pCheckBoxAutoConfig_toggled(bool checked)