Hide upgrade menu item by default

This commit is contained in:
Andrei Pohilko
2022-10-26 12:44:06 +01:00
parent 2221fb22a0
commit 3eae013286
2 changed files with 2 additions and 1 deletions

View File

@@ -218,5 +218,6 @@ function fillToolVersion(data) {
if (isNewerVersion(data.CurVer, data.LatestVer)) {
$("#toolVersionUpgrade").text(data.LatestVer)
$(".new-version-pill").show()
$(".upgrade-possible").show()
}
}