@ -46,8 +46,6 @@ void AboutForm::replaceVersions()
QString::number(TOX_VERSION_MAJOR) + "." +
QString::number(TOX_VERSION_MINOR) + "." +
QString::number(TOX_VERSION_PATCH)));
//TODO show when toxcore supports versioning #2086
bodyUI->toxCoreVersion->hide();
}
AboutForm::~AboutForm()
@ -127,7 +127,7 @@
<bool>true</bool>
</property>
<property name="text">
<string>ToxCore version: $TOXCOREVERSION</string>
<string>toxcore version: $TOXCOREVERSION</string>
<property name="textInteractionFlags">
<set>Qt::LinksAccessibleByMouse|Qt::TextSelectableByMouse</set>