We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2be16b0 commit cbf598cCopy full SHA for cbf598c
Scripts/CustomEditor/GitStatusPanel.cs
@@ -12,7 +12,7 @@ namespace CandyCoded.GitStatus
12
public class GitStatusPanel : EditorWindow
13
{
14
15
- [MenuItem("Git/Git Status")]
+ [MenuItem("Git/Git Status", false, GitMenuItems.PRIORITY - 100)]
16
public static void ShowWindow()
17
18
0 commit comments