mirror of
https://github.com/debauchee/barrier.git
synced 2026-07-27 08:40:41 +08:00
Removed the usage of old delay in GUI #4696
This commit is contained in:
@@ -80,10 +80,8 @@ void PluginWizardPage::queryPluginDone()
|
||||
}
|
||||
else {
|
||||
m_mainWindow.stopSynergy();
|
||||
m_mainWindow.delay(5);
|
||||
copyPlugins();
|
||||
m_mainWindow.startSynergy();
|
||||
m_mainWindow.delay(5);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user