File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Assets/HoloToolkit/Utilities/Scripts/Editor Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ public static void ShowSceneSettingsWindow()
4444 /// <summary>
4545 /// Applies recommended project settings to the current project
4646 /// </summary>
47- [ MenuItem ( "Mixed Reality Toolkit/Configure/Apply Mixed Reality Project Settings" , false , 1 ) ]
47+ [ MenuItem ( "Mixed Reality Toolkit/Configure/Apply Mixed Reality Project Settings" , false , 0 ) ]
4848 public static void ShowProjectSettingsWindow ( )
4949 {
5050 var window = ( ProjectSettingsWindow ) EditorWindow . GetWindow ( typeof ( ProjectSettingsWindow ) , true , "Apply Mixed Reality Project Settings" ) ;
@@ -73,4 +73,4 @@ public void OnActiveBuildTargetChanged(BuildTarget previousTarget, BuildTarget n
7373 }
7474#endif
7575 }
76- }
76+ }
You can’t perform that action at this time.
0 commit comments