mirror of
https://github.com/debauchee/barrier.git
synced 2026-02-09 05:13:36 +08:00
fixed: Option not supported on Linux: --enable-drag-drop
This commit is contained in:
@@ -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)))
|
||||
|
||||
Reference in New Issue
Block a user