mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-03-22 06:50:54 +07:00
[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:
committed by
intellij-monorepo-bot
parent
93093eaa9a
commit
2dab26b9c4
@@ -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
|
||||
}
|
||||
Reference in New Issue
Block a user