Skip to content

Commit e1a808a

Browse files
committed
bugfix.
1 parent b6e5e17 commit e1a808a

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

Diff for: src/main/java/me/bytebeats/polyglot/ui/PolyglotWindow.java

+1-6
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
* @author bytebeats
2727
* @version 1.0
2828
* @email <happychinapc@gmail.com>
29-
* @github https://github.com/bytebeats
29+
* @github <a href="https://github.com/bytebeats">bytebeats</a>
3030
* @created on 2020/9/5 22:09
3131
* @description PolyglotWindow displays window where translation is executed.
3232
*/
@@ -242,9 +242,4 @@ private void updateTranslators() {// different translators may support different
242242
public boolean shouldBeAvailable(@NotNull Project project) {
243243
return true;//is window visible when ide starts up.
244244
}
245-
246-
@Override
247-
public boolean isApplicable(@NotNull Project project) {
248-
return true;
249-
}
250245
}

0 commit comments

Comments
 (0)