Skip to content

Commit

Permalink
Oops
Browse files Browse the repository at this point in the history
  • Loading branch information
Bombbird2001 committed Sep 18, 2021
1 parent 8a3675a commit 8506dd2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions core/src/com/bombbird/terminalcontrol/ui/Ui.kt
Original file line number Diff line number Diff line change
Expand Up @@ -327,6 +327,7 @@ class Ui {
infoLabel.isVisible = show && infoLabel.text.isNotEmpty()
pauseButton.isVisible = show
zoomDistButton.isVisible = show
paneSwitchButton.isVisible = show
if (radarScreen.isUtilityBoxInitialized()) radarScreen.utilityBox.setVisible(show)
}

Expand Down

0 comments on commit 8506dd2

Please sign in to comment.