A bunch of tweaks

This commit is contained in:
2025-07-14 16:55:26 -07:00
parent 7d5f7ea7c6
commit 47030a76a1
19 changed files with 144 additions and 143 deletions

View File

@@ -59,7 +59,7 @@ public class LatestVersionText : MonoBehaviour
RefreshText();
}
public void RefreshText()
internal void RefreshText()
{
if (text == null || updateButton == null) return;
if (latest == null)