mirror of
https://github.com/deskflow/deskflow.git
synced 2026-07-01 21:02:39 +08:00
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
Block a user