[platform] refactoring: move IntelliJIdeaUpdateStrategyCustomization to platform (IJPL-204)

There are other IDEs that enable showWhatIsNewPageAfterUpdate option, so it's better to reuse the implementation.

GitOrigin-RevId: 64aa54c0a088f920d00c09d7c0eca09861b3b553
This commit is contained in:
Nikolay Chashnikov
2023-09-18 08:40:21 +02:00
committed by intellij-monorepo-bot
parent 93093eaa9a
commit 2dab26b9c4
3 changed files with 10 additions and 9 deletions

View File

@@ -1,8 +0,0 @@
package com.intellij.idea.customization.base
import com.intellij.openapi.updateSettings.UpdateStrategyCustomization
class IntelliJIdeaUpdateStrategyCustomization : UpdateStrategyCustomization() {
override val showWhatIsNewPageAfterUpdate: Boolean
get() = true
}