mirror of
https://github.com/debauchee/barrier.git
synced 2026-05-09 16:02:46 +08:00
Fixed wrong download message box title #4235
This commit is contained in:
@@ -1083,6 +1083,7 @@ void MainWindow::downloadBonjour()
|
||||
|
||||
if (m_DownloadMessageBox == NULL) {
|
||||
m_DownloadMessageBox = new QMessageBox(this);
|
||||
m_DownloadMessageBox->setWindowTitle("Synergy");
|
||||
m_DownloadMessageBox->setText("Installing Bonjour, please wait...");
|
||||
m_DownloadMessageBox->setStandardButtons(0);
|
||||
m_pCancelButton = m_DownloadMessageBox->addButton(
|
||||
|
||||
Reference in New Issue
Block a user