UI: OptionsPage: Fix new version visibility again 3.

This commit is contained in:
Nodir Temirkhodjaev 2020-01-07 13:58:50 +05:00
parent e4792002bc
commit b29bb13877

View File

@ -29,7 +29,7 @@ QByteArray TaskInfoUpdateChecker::data() const
stream
<< infoVersion
<< APP_VERSION_STR
<< QString::fromLatin1(APP_VERSION_STR)
<< m_version
<< m_downloadUrl
<< m_releaseText;