mirror of
https://github.com/qTox/qTox.git
synced 2024-03-22 14:00:36 +08:00
Show toxcore version
Even though currently it's listed as 0.0.0, it sill should be shown. Closes #2086
This commit is contained in:
parent
05fece4fab
commit
6f032cca53
|
@ -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>
|
||||
<property name="textInteractionFlags">
|
||||
<set>Qt::LinksAccessibleByMouse|Qt::TextSelectableByMouse</set>
|
||||
|
|
Loading…
Reference in New Issue
Block a user