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 9677cdd commit 2be16b0Copy full SHA for 2be16b0
Scripts/CustomEditor/GitMenuItems.cs
@@ -11,7 +11,7 @@ namespace CandyCoded.GitStatus
11
public static class GitMenuItems
12
{
13
14
- private const int PRIORITY = 5000;
+ public const int PRIORITY = 5000;
15
16
private static string GetSelectedPath()
17
0 commit comments