icons.md: Fix expui directory name

This commit is contained in:
Karol Lewandowski 2024-03-20 09:48:29 +01:00
parent 89cb6cd9aa
commit 41e57b23b9

View File

@ -1,4 +1,4 @@
<!-- Copyright 2000-2023 JetBrains s.r.o. and contributors. Use of this source code is governed by the Apache 2.0 license. -->
<!-- Copyright 2000-2024 JetBrains s.r.o. and contributors. Use of this source code is governed by the Apache 2.0 license. -->
# Working with Icons
@ -226,7 +226,7 @@ This allows supporting both UI variants at the same time, depending on what the
<procedure title="Setup">
1. Create a new <path>expUi</path> folder in your icon root folder ([Reference](#organizing-icons)).
1. Create a new <path>expui</path> folder in your icon root folder ([Reference](#organizing-icons)).
2. Copy all icons for the New UI into this folder.
3. Create an empty <path>$PluginName$IconMappings.json</path> mapping file in the resources root folder.
4. Register <path>$PluginName$IconMappings.json</path> in <path>plugin.xml</path> via the `com.intellij.iconMapper` extension point.