Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
meiMingle committed Jul 14, 2023
1 parent 9192d5c commit b6c6ca4
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package com.github.meimingle.rebelband.activities;
package com.github.meimingle.rebelband.activities

import com.intellij.openapi.actionSystem.ActionManager
import com.intellij.openapi.actionSystem.Anchor
Expand All @@ -16,7 +16,6 @@ internal class SpecifyMenuLoadActivity : ProjectActivity {
val group = actionManager.getAction("MainToolbarRight")
// val action = actionManager.getAction("rebel.toolbar.runner.group")
// val action = JXRComboBoxAction("Select Rebel Agents")

val action = actionManager.getAction("rebel.menu.run.group")
if (group is DefaultActionGroup && action != null) {
if (!group.containsAction(action)) {
Expand Down

0 comments on commit b6c6ca4

Please sign in to comment.