mirror of
https://github.com/debauchee/barrier.git
synced 2025-07-18 08:57:39 +02:00
Added fake drag file list #4584
This commit is contained in:
parent
4508e10186
commit
d9684d44d2
3 changed files with 7 additions and 6 deletions
|
@ -84,7 +84,7 @@ ClientProxy1_5::fileChunkReceived()
|
|||
m_events->addEvent(Event(m_events->forIScreen().fileRecieveCompleted(), server));
|
||||
}
|
||||
else if (result == kStart) {
|
||||
String filename = server->getDragFileList().at(0).getFilename();
|
||||
String filename = server->getFakeDragFileList().at(0).getFilename();
|
||||
LOG((CLOG_NOTIFY "File Transmission Started: Start receiving %s.", filename.c_str()));
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue