|
|
|
@ -62,6 +62,9 @@ AboutForm::AboutForm(UpdateCheck* updateCheck)
@@ -62,6 +62,9 @@ AboutForm::AboutForm(UpdateCheck* updateCheck)
|
|
|
|
|
{ |
|
|
|
|
bodyUI->setupUi(this); |
|
|
|
|
|
|
|
|
|
#if !UPDATE_CHECK_ENABLED |
|
|
|
|
bodyUI->updateStack->setVisible(false); |
|
|
|
|
#endif |
|
|
|
|
bodyUI->unstableVersion->setVisible(false); |
|
|
|
|
#if UPDATE_CHECK_ENABLED |
|
|
|
|
connect(updateCheck, &UpdateCheck::versionIsUnstable, this, &AboutForm::onUnstableVersion); |
|
|
|
|