mirror of
https://github.com/debauchee/barrier.git
synced 2026-05-08 23:14:20 +08:00
#6151 Improve --server and --client arg suppress comment
This commit is contained in:
@@ -263,10 +263,10 @@ ArgParser::parseGenericArgs(int argc, const char* const* argv, int& i)
|
||||
argsBase().m_enableIpc = true;
|
||||
}
|
||||
else if (isArg(i, argc, argv, NULL, "--server")) {
|
||||
// HACK: stop error happening when using portable (synergyp)
|
||||
// supress error when --server is used
|
||||
}
|
||||
else if (isArg(i, argc, argv, NULL, "--client")) {
|
||||
// HACK: stop error happening when using portable (synergyp)
|
||||
// supress error when --client is used
|
||||
}
|
||||
else if (isArg(i, argc, argv, NULL, "--enable-drag-drop")) {
|
||||
bool useDragDrop = true;
|
||||
|
||||
Reference in New Issue
Block a user