fixed: Option not supported on Linux: --enable-drag-drop

This commit is contained in:
Nick Bolton 2013-10-22 18:10:14 +00:00
parent 469a263356
commit 8a5bf073be
1 changed files with 2 additions and 0 deletions

View File

@ -401,10 +401,12 @@ void MainWindow::startSynergy()
#endif
}
#ifndef Q_OS_LINUX
if (appConfig().isPremium())
{
args << "--enable-drag-drop";
}
#endif
if ((synergyType() == synergyClient && !clientArgs(args, app))
|| (synergyType() == synergyServer && !serverArgs(args, app)))