ggwave-gui : fix share + add icons

This commit is contained in:
Georgi Gerganov
2020-12-31 08:56:58 +02:00
parent 8eb1c12362
commit 554e139c08
3 changed files with 15 additions and 13 deletions

View File

@@ -10,8 +10,8 @@ void updateMain() {
if (curShareId != g_lastShareId) {
auto shareInfo = getShareInfo();
interface_shareFile(
shareInfo.uri,
shareInfo.filename,
shareInfo.uri.data(),
shareInfo.filename.data(),
shareInfo.dataBuffer,
shareInfo.dataSize);