Skip to content

Commit

Permalink
remove internal api
Browse files Browse the repository at this point in the history
  • Loading branch information
reymondzzzz committed Oct 29, 2024
1 parent 91ce5a9 commit 4aed9e3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/main/kotlin/com/smallcloud/refactai/UpdateChecker.kt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ package com.smallcloud.refactai
import com.fasterxml.jackson.core.type.TypeReference
import com.fasterxml.jackson.databind.ObjectMapper
import com.google.gson.Gson
import com.intellij.ide.plugins.PluginManagerConfigurable
import com.intellij.ide.plugins.marketplace.IdeCompatibleUpdate
import com.intellij.notification.Notification
import com.intellij.notification.NotificationAction
Expand Down Expand Up @@ -94,7 +93,7 @@ class UpdateChecker : Disposable {
) {
ShowSettingsUtil.getInstance().showSettingsDialog(
project,
PluginManagerConfigurable::class.java
"Plugins"
)
notification.expire()
})
Expand Down

0 comments on commit 4aed9e3

Please sign in to comment.