Skip to content

Commit d4ce1cd

Browse files
authored
Merge pull request #18 from CandyCoded/hotfix/move-git-status-panel-menu-item
Moved Git Status panel menu item to the Git menu.
2 parents 8e722e2 + a632953 commit d4ce1cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Assets/Plugins/CandyCoded.GitStatus/Scripts/CustomEditor/GitStatusPanel.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ public class GitStatusPanel : EditorWindow
3030

3131
private bool _isEditorFocused;
3232

33-
[MenuItem("Window/CandyCoded/Git Status")]
33+
[MenuItem("Git/Git Status")]
3434
public static void ShowWindow()
3535
{
3636

0 commit comments

Comments
 (0)