Skip to content

Commit 2be16b0

Browse files
committed
Set priority to public.
1 parent 9677cdd commit 2be16b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Scripts/CustomEditor/GitMenuItems.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ namespace CandyCoded.GitStatus
1111
public static class GitMenuItems
1212
{
1313

14-
private const int PRIORITY = 5000;
14+
public const int PRIORITY = 5000;
1515

1616
private static string GetSelectedPath()
1717
{

0 commit comments

Comments
 (0)