Skip to content
This repository was archived by the owner on Jan 29, 2025. It is now read-only.

Commit

Permalink
Don't show update and install help message at the same time
Browse files Browse the repository at this point in the history
CryptAxe committed Jan 10, 2025
1 parent 02747e8 commit 3faf16e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cusf_launcher/script/main_window.gd
Original file line number Diff line number Diff line change
@@ -234,6 +234,7 @@ func display_resource_status() -> void:
if !l1_downloading:
$MarginContainer/VBoxContainer/HBoxContainerPageAndPageButtons/PanelContainerPages/OverviewPage/GridContainer/PanelContainerL1/VBoxContainer/HBoxContainerL1Options/TextureButtonSetupL1.visible = true
$MarginContainer/VBoxContainer/HBoxContainerPageAndPageButtons/PanelContainerPages/OverviewPage/GridContainer/PanelContainerL1/VBoxContainer/HBoxContainerL1Options/MarginContainer/RichTextLabelInstallL1.visible = true
$MarginContainer/VBoxContainer/HBoxContainerPageAndPageButtons/PanelContainerPages/OverviewPage/GridContainer/PanelContainerL1/VBoxContainer/HBoxContainerL1Options/MarginContainer/RichTextLabelUpdateL1.visible = false

var l1_status_text : String = ""

0 comments on commit 3faf16e

Please sign in to comment.