Fixed a couple of menus

This commit is contained in:
Sebastian Bularca
2026-05-17 18:33:58 +02:00
parent 280579ab95
commit fb6f55b6d4
2 changed files with 2 additions and 2 deletions

View File

@@ -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);

View File

@@ -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();
}