1
0
mirror of https://github.com/chylex/IntelliJ-IdeaVim.git synced 2025-03-04 21:32:52 +01:00

Use correct check mark for EAP

This commit is contained in:
Alex Plate 2021-04-25 19:34:25 +03:00
parent 66536a59a9
commit 58ed857724
No known key found for this signature in database
GPG Key ID: 0B97153C8FFEC09F

View File

@ -40,6 +40,7 @@ import com.intellij.openapi.wm.WindowManager
import com.intellij.openapi.wm.impl.status.widget.StatusBarWidgetsManager
import com.intellij.ui.awt.RelativePoint
import com.intellij.util.Consumer
import com.intellij.util.ui.LafIconLookup
import com.maddyhome.idea.vim.VimPlugin
import com.maddyhome.idea.vim.group.NotificationService
import com.maddyhome.idea.vim.helper.MessageHelper
@ -172,7 +173,7 @@ private object VimActionsPopup {
val eapGroup = DefaultActionGroup(MessageHelper.message("action.eap.choice.active.text"), true)
if (JoinEap.eapActive()) {
eapGroup.templatePresentation.icon = AllIcons.Debugger.Db_muted_breakpoint
eapGroup.templatePresentation.icon = LafIconLookup.getIcon("checkmark")
}
eapGroup.add(JoinEap)
eapGroup.add(