修复Check For UpdateUnity 2018部分版本报错的问题#63

This commit is contained in:
monitor1394
2020-06-17 07:00:07 +08:00
parent dc6583ec0d
commit c187226465
3 changed files with 10 additions and 1 deletions

View File

@@ -15,7 +15,7 @@ namespace XCharts
private Vector2 scrollPos;
private static CheckVersionEditor window;
[MenuItem("Component/XCharts/Check For Update")]
[MenuItem("XCharts/Check For Update")]
public static void ShowWindow()
{
window = GetWindow<CheckVersionEditor>();