Skip to content

Commit cbf598c

Browse files
committed
Added priority to status menu item.
1 parent 2be16b0 commit cbf598c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Scripts/CustomEditor/GitStatusPanel.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ namespace CandyCoded.GitStatus
1212
public class GitStatusPanel : EditorWindow
1313
{
1414

15-
[MenuItem("Git/Git Status")]
15+
[MenuItem("Git/Git Status", false, GitMenuItems.PRIORITY - 100)]
1616
public static void ShowWindow()
1717
{
1818

0 commit comments

Comments
 (0)