IJPL-72836 Set default value for ide.welcome.screen.branch.name to true

GitOrigin-RevId: 24b7a66fed8ed8fdf9f73eb592e421b82cb1e036
This commit is contained in:
Ilia.Shulgin
2024-07-01 18:14:08 +02:00
committed by intellij-monorepo-bot
parent 3b409f2bd6
commit 780614edb7
2 changed files with 3 additions and 3 deletions

View File

@@ -117,7 +117,7 @@ open class RecentProjectListActionProvider {
if (displayName.isNullOrBlank()) {
displayName = if (duplicates.contains(getProjectNameOnlyByPath(path))) {
if (Registry.`is`("ide.welcome.screen.branch.name", false)) {
if (Registry.`is`("ide.welcome.screen.branch.name", true)) {
branch = recentProjectManager.getCurrentBranchName(path)
}
FileUtil.toSystemDependentName(path)

View File

@@ -184,8 +184,8 @@
</experimentalFeature>
<registryKey key="ide.welcome.screen.branch.name"
restartRequired="true"
description="New inspection widget with pencils functionality"
defaultValue="false"/>
description="Show current branch names for recent projects"
defaultValue="true"/>
<applicationService serviceInterface="com.intellij.execution.wsl.WslDistributionManager"
serviceImplementation="com.intellij.execution.wsl.WslDistributionManagerImpl"/>
<applicationService serviceInterface="com.intellij.execution.wsl.WslIjentManager"