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 372ea84 commit 0ab6e3aCopy full SHA for 0ab6e3a
Assets/HoloToolkit/BuildAndDeploy/Editor/BuildDeployWindow.cs
@@ -697,7 +697,6 @@ private void OnGUI()
697
GUI.enabled = ShouldLogViewBeEnabled && (remoteDeviceDetected || isLocalBuild && localLogExists);
698
GUILayout.FlexibleSpace();
699
700
-
701
if (GUILayout.Button("View Log File", GUILayout.Width(buttonWidth_Full)))
702
{
703
if (remoteDeviceDetected)
0 commit comments