KH1: Remove top level script & remove script_name from its component (#5443)

This commit is contained in:
NewSoupVi
2025-09-13 16:07:13 +02:00
committed by GitHub
parent 4e085894d2
commit 597583577a
2 changed files with 1 additions and 10 deletions

View File

@@ -21,7 +21,7 @@ def launch_client():
launch_component(launch, name="KH1 Client")
components.append(Component("KH1 Client", "KH1Client", func=launch_client, component_type=Type.CLIENT, icon="kh1_heart"))
components.append(Component("KH1 Client", func=launch_client, component_type=Type.CLIENT, icon="kh1_heart"))
icon_paths["kh1_heart"] = f"ap:{__name__}/icons/kh1_heart.png"