diff --git a/launcher/net/PasteUpload.cpp b/launcher/net/PasteUpload.cpp index 6c5aa221..4efcefdd 100644 --- a/launcher/net/PasteUpload.cpp +++ b/launcher/net/PasteUpload.cpp @@ -68,6 +68,6 @@ void PasteUpload::downloadFinished() return; } - m_pasteLink = QString::fromUtf8(data); + m_pasteLink = QString::fromUtf8(data).trimmed(); emitSucceeded(); }