mirror of
https://github.com/geode-sdk/geode.git
synced 2025-02-17 00:30:26 -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) {
|
||||
m_latestVersionLabel->setVisible(false);
|
||||
}
|
||||
if (m_minorVersionLabel) {
|
||||
m_minorVersionLabel->setVisible(false);
|
||||
}
|
||||
this->setInstallStatus(UpdateProgress(0, "Starting install"));
|
||||
|
||||
m_installBtn->setTarget(
|
||||
|
|
Loading…
Reference in a new issue