mirror of
https://github.com/debauchee/barrier.git
synced 2026-07-10 05:46:47 +08:00
added --enable-drag-drop arg and supporting gui changes.
This commit is contained in:
@@ -155,6 +155,10 @@ CClientApp::parseArgs(int argc, const char* const* argv)
|
||||
|
||||
// identify system
|
||||
LOG((CLOG_INFO "%s Client on %s %s", kAppVersion, ARCH->getOSName().c_str(), ARCH->getPlatformName().c_str()));
|
||||
|
||||
if (args().m_enableDragDrop) {
|
||||
LOG((CLOG_INFO "drag and drop enabled"));
|
||||
}
|
||||
|
||||
loggingFilterWarning();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user