[ui] IJPL-61809 Classic project icon shown in the navbar if no files are opened

GitOrigin-RevId: 2a0e98915768af23de873d80b52e22f14d7a24f4
This commit is contained in:
Yuriy Artamonov
2024-08-12 11:00:01 +02:00
committed by intellij-monorepo-bot
parent 8ca9796635
commit 1eb787f0b4
2 changed files with 2 additions and 1 deletions

View File

@@ -807,6 +807,7 @@
},
"runConfigurations": {
"application.svg": [
"nodes/project.svg",
"runConfigurations/application.svg",
"runConfigurations/applet.svg"
],

View File

@@ -1016,7 +1016,7 @@ public class AllIcons {
/** 16x16 */ public static final @NotNull Icon PpWeb = load("expui/nodes/ppWeb.svg", "nodes/ppWeb.svg", -1732456971, 0);
/** 16x16 */ public static final @NotNull Icon Private = load("expui/nodes/accessPrivate.svg", "nodes/private.svg", -1342521175, 0);
/** 16x16 */ public static final @NotNull Icon ProcessMark = load("expui/nodes/processMark.svg", "nodes/processMark.svg", -1538708812, 2);
/** 16x16 */ public static final @NotNull Icon Project = load("nodes/project.svg", -1691051087, 0);
/** 16x16 */ public static final @NotNull Icon Project = load("expui/runConfigurations/application.svg", "nodes/project.svg", -1691051087, 0);
/** 16x16 */ public static final @NotNull Icon Property = load("expui/nodes/property.svg", "nodes/property.svg", 2074391394, 0);
/** 16x16 */ public static final @NotNull Icon PropertyRead = load("expui/nodes/property.svg", "nodes/propertyRead.svg", -1755987461, 0);
/** 16x16 */ public static final @NotNull Icon PropertyReadStatic = load("expui/nodes/property.svg", "nodes/propertyReadStatic.svg", 505197717, 0);