mirror of
https://github.com/geode-sdk/geode.git
synced 2024-12-03 12:46:51 -05:00
make minor version label invisible on update
This commit is contained in:
parent
3f8cdd994a
commit
0f179dad45
2 changed files with 4 additions and 1 deletions
|
@ -353,6 +353,9 @@ void ModInfoPopup::preInstall() {
|
||||||
if (m_latestVersionLabel) {
|
if (m_latestVersionLabel) {
|
||||||
m_latestVersionLabel->setVisible(false);
|
m_latestVersionLabel->setVisible(false);
|
||||||
}
|
}
|
||||||
|
if (m_minorVersionLabel) {
|
||||||
|
m_minorVersionLabel->setVisible(false);
|
||||||
|
}
|
||||||
this->setInstallStatus(UpdateProgress(0, "Starting install"));
|
this->setInstallStatus(UpdateProgress(0, "Starting install"));
|
||||||
|
|
||||||
m_installBtn->setTarget(
|
m_installBtn->setTarget(
|
||||||
|
|
Loading…
Reference in a new issue