Stopped old process on apply button clicked #4908

This commit is contained in:
Xinyu Hou 2015-07-30 11:56:06 -07:00 committed by Jerry (Xinyu Hou)
parent 20cb624c3b
commit e472e47815
1 changed files with 1 additions and 0 deletions

View File

@ -1097,6 +1097,7 @@ void MainWindow::on_m_pActionWizard_triggered()
void MainWindow::on_m_pButtonApply_clicked()
{
stopSynergy();
startSynergy();
}