mirror of
https://github.com/debauchee/barrier.git
synced 2026-02-11 06:05:08 +08:00
#6338 Only call Bonjour download if on Windows
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user