Skip to content

Commit e347fd0

Browse files
committed
Update to ensure this is always at the bottom of the menu list and has a separator line
1 parent 2dcf26b commit e347fd0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Assets/MRTK/Core/Inspectors/Setup/MRTKVersionPopup.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ internal class MRTKVersionPopup : EditorWindow
1515
private static readonly Vector2 WindowSize = new Vector2(300, 150);
1616
private static readonly GUIContent Title = new GUIContent("Mixed Reality Toolkit");
1717

18-
[MenuItem("Mixed Reality/Toolkit/Show version...")]
18+
[MenuItem("Mixed Reality/Toolkit/Show version...", priority = int.MaxValue)]
1919
private static void Init()
2020
{
2121
if (window != null)

0 commit comments

Comments
 (0)