Fixed a couple of menus
This commit is contained in:
@@ -67,7 +67,7 @@ namespace Jovian.TagSystem.Editor {
|
||||
public List<TagTreeNode> Children = new();
|
||||
}
|
||||
|
||||
[MenuItem("Fidelit&y/Tag System/Tag Editor...")]
|
||||
[MenuItem("Jovian/Tag System/Tag Editor...")]
|
||||
public static void ShowWindow() {
|
||||
var window = GetWindow<JovianTagsEditorWindow>(true, "Tag Editor");
|
||||
window.minSize = new Vector2(480, 380);
|
||||
|
||||
@@ -182,7 +182,7 @@ namespace Jovian.TagSystem.Editor {
|
||||
return DefaultOutputPath;
|
||||
}
|
||||
|
||||
[MenuItem("Fidelit&y/Tag System/Regenerate Tag Constants")]
|
||||
[MenuItem("Jovian/Tag System/Regenerate Tag Constants")]
|
||||
private static void MenuRegenerate() {
|
||||
Regenerate();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user