From fb6f55b6d4868684befe2bc963d1301147fefe3c Mon Sep 17 00:00:00 2001 From: Sebastian Bularca Date: Sun, 17 May 2026 18:33:58 +0200 Subject: [PATCH] Fixed a couple of menus --- Editor/JovianTagsEditorWindow.cs | 2 +- Editor/JovianTagsGenerator.cs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Editor/JovianTagsEditorWindow.cs b/Editor/JovianTagsEditorWindow.cs index dea10e3..8bbace1 100644 --- a/Editor/JovianTagsEditorWindow.cs +++ b/Editor/JovianTagsEditorWindow.cs @@ -67,7 +67,7 @@ namespace Jovian.TagSystem.Editor { public List Children = new(); } - [MenuItem("Fidelit&y/Tag System/Tag Editor...")] + [MenuItem("Jovian/Tag System/Tag Editor...")] public static void ShowWindow() { var window = GetWindow(true, "Tag Editor"); window.minSize = new Vector2(480, 380); diff --git a/Editor/JovianTagsGenerator.cs b/Editor/JovianTagsGenerator.cs index 05d615c..3a969a9 100644 --- a/Editor/JovianTagsGenerator.cs +++ b/Editor/JovianTagsGenerator.cs @@ -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(); }