Skip to content

Commit

Permalink
Send to Menu 表示バグ修正
Browse files Browse the repository at this point in the history
  • Loading branch information
isayan committed Sep 3, 2023
1 parent f999762 commit 91ff324
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 11 deletions.
Binary file modified release/YaguraExtension-v3.0.jar
Binary file not shown.
13 changes: 2 additions & 11 deletions src/main/java/yagura/model/SendToExtend.java
Original file line number Diff line number Diff line change
Expand Up @@ -25,16 +25,6 @@
import java.util.logging.Logger;
import javax.swing.JFileChooser;
import yagura.Config;
import static yagura.model.SendToItem.ExtendType.ADD_HOST_TO_EXCLUDE_SCOPE;
import static yagura.model.SendToItem.ExtendType.ADD_HOST_TO_INCLUDE_SCOPE;
import static yagura.model.SendToItem.ExtendType.ADD_TO_EXCLUDE_SCOPE;
import static yagura.model.SendToItem.ExtendType.MESSAGE_INFO_COPY;
import static yagura.model.SendToItem.ExtendType.PASTE_FROM_CLIPBOARD;
import static yagura.model.SendToItem.ExtendType.PASTE_FROM_JTRANSCODER;
import static yagura.model.SendToItem.ExtendType.REQUEST_AND_RESPONSE_TO_FILE;
import static yagura.model.SendToItem.ExtendType.REQUEST_BODY_TO_FILE;
import static yagura.model.SendToItem.ExtendType.RESPONSE_BODY_TO_FILE;
import static yagura.model.SendToItem.ExtendType.SEND_TO_JTRANSCODER;

/**
*
Expand Down Expand Up @@ -234,7 +224,8 @@ public boolean isEnabled() {
}
case MESSAGE_INFO_COPY:
case ADD_HOST_TO_INCLUDE_SCOPE:
case ADD_HOST_TO_EXCLUDE_SCOPE: {
case ADD_HOST_TO_EXCLUDE_SCOPE:
case ADD_TO_EXCLUDE_SCOPE: {
enabled = (this.contextMenu.invocationType() == InvocationType.PROXY_HISTORY)
|| (this.contextMenu.invocationType() == InvocationType.SEARCH_RESULTS)
|| (this.contextMenu.invocationType() == InvocationType.INTRUDER_ATTACK_RESULTS)
Expand Down

0 comments on commit 91ff324

Please sign in to comment.