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 2f60982 commit a7187e6Copy full SHA for a7187e6
Editor/Scripts/AssetQuickAccessWindow.Toolbar.cs
@@ -44,7 +44,7 @@ private void DrawToolbar()
44
45
if (_toolbarMenuContent == null)
46
{
47
- _toolbarMenuContent = EditorGUIUtility.IconContent(EditorGUIUtility.isProSkin ? "d__Menu" : "_Menu");
+ _toolbarMenuContent = EditorGUIUtility.IconContent("toolbar plus");
48
}
49
50
if (_toolbarMenuStyle == null)
0 commit comments