Skip to content

Commit

Permalink
bugfix.
Browse files Browse the repository at this point in the history
  • Loading branch information
bytebeats committed May 8, 2024
1 parent b6e5e17 commit e1a808a
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions src/main/java/me/bytebeats/polyglot/ui/PolyglotWindow.java
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
* @author bytebeats
* @version 1.0
* @email <happychinapc@gmail.com>
* @github https://github.com/bytebeats
* @github <a href="https://github.com/bytebeats">bytebeats</a>
* @created on 2020/9/5 22:09
* @description PolyglotWindow displays window where translation is executed.
*/
Expand Down Expand Up @@ -242,9 +242,4 @@ private void updateTranslators() {// different translators may support different
public boolean shouldBeAvailable(@NotNull Project project) {
return true;//is window visible when ide starts up.
}

@Override
public boolean isApplicable(@NotNull Project project) {
return true;
}
}

0 comments on commit e1a808a

Please sign in to comment.