fixed: Option not supported on Linux: --enable-drag-drop
This commit is contained in:
parent
469a263356
commit
8a5bf073be
|
@ -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)))
|
||||
|
|
Loading…
Reference in New Issue