Skip to content
This repository has been archived by the owner on Apr 16, 2023. It is now read-only.

Commit

Permalink
Don't suggest auto-updating if depending on future version
Browse files Browse the repository at this point in the history
  • Loading branch information
chrislo27 committed Oct 24, 2020
1 parent 96137ae commit 512a97e
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,8 @@ class EditorVersionScreen(main: RHRE3Application)
.coerceAtLeast(1)]
}
this@EditorVersionScreen.state = newState
if (ghVer.major != 3)
gotoUpdaterButton.visible = false
text = Localization["screen.version.label", currentVer, onlineVer, humanFriendly]
}
super.render(screen, batch, shapeRenderer)
Expand Down

0 comments on commit 512a97e

Please sign in to comment.