Skip to content

Commit 2aa5ab2

Browse files
author
lawwong
committed
Remove unused dropdown button for WMR settings
1 parent a5c7754 commit 2aa5ab2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Assets/HTC.UnityPlugin/ViveInputUtility/Scripts/Editor/VRPlatformSettings/WindowsMRSettings.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ public override void OnPreferenceGUI()
112112
if (canSupport)
113113
{
114114
var wasSupported = support;
115-
support = m_foldouter.ShowFoldoutButtonOnToggleEnabled(new GUIContent(title, "Windows MR"), wasSupported);
115+
support = Foldouter.ShowFoldoutBlankWithEnabledToggle(new GUIContent(title, "Windows MR"), wasSupported);
116116
s_symbolChanged |= wasSupported != support;
117117
}
118118
else

0 commit comments

Comments
 (0)