mirror of
https://github.com/debauchee/barrier.git
synced 2026-05-08 14:41:57 +08:00
made drag info function name more consistent
This commit is contained in:
@@ -922,7 +922,7 @@ COSXScreen::leave()
|
||||
CClientApp& app = CClientApp::instance();
|
||||
CClient* client = app.getClientPtr();
|
||||
UInt32 fileCount = 1;
|
||||
client->draggingInfoSending(fileCount, fileList, size);
|
||||
client->sendDragInfo(fileCount, fileList, size);
|
||||
LOG((CLOG_DEBUG "send dragging file to server"));
|
||||
client->sendFileToServer(fileList.c_str());
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user