mirror of
https://github.com/XCharts-Team/XCharts.git
synced 2026-05-23 09:20:08 +00:00
修复Check For Update在Unity 2018部分版本报错的问题#63
This commit is contained in:
@@ -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>();
|
||||
|
||||
Reference in New Issue
Block a user