Skip to content

Commit a632953

Browse files
committed
Moved Git Status panel menu item to the Git menu.
1 parent 8e722e2 commit a632953

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)