Skip to content

Commit

Permalink
IJPL-174750 Run configurations: App icon does not change after switch…
Browse files Browse the repository at this point in the history
…ing to light theme

GitOrigin-RevId: 84e5ac44ac11660cadc3b4de3f43ce09681ff87e
  • Loading branch information
alexander-lobas authored and intellij-monorepo-bot committed Jan 8, 2025
1 parent ed734fe commit 057400b
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1190,9 +1190,7 @@ open class RunManagerImpl @NonInjectable constructor(val project: Project, priva

override fun getConfigurationIcon(settings: RunnerAndConfigurationSettings, withLiveIndicator: Boolean): Icon {
val uniqueId = settings.uniqueID
if (selectedConfiguration?.uniqueID == uniqueId) {
iconAndInvalidCache.checkValidity(uniqueId, project)
}
iconAndInvalidCache.checkValidity(uniqueId, project)
var icon = iconAndInvalidCache.get(uniqueId, settings, project)
if (withLiveIndicator) {
val runningDescriptors = ExecutionManagerImpl.getInstanceIfCreated(project)
Expand Down

0 comments on commit 057400b

Please sign in to comment.