From e1a808a5009817dd5b1881ac9d9fd48b856f4a73 Mon Sep 17 00:00:00 2001 From: Chen Pan Date: Wed, 8 May 2024 16:14:53 +0800 Subject: [PATCH] bugfix. --- src/main/java/me/bytebeats/polyglot/ui/PolyglotWindow.java | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/src/main/java/me/bytebeats/polyglot/ui/PolyglotWindow.java b/src/main/java/me/bytebeats/polyglot/ui/PolyglotWindow.java index d4ebc64..d2f000f 100644 --- a/src/main/java/me/bytebeats/polyglot/ui/PolyglotWindow.java +++ b/src/main/java/me/bytebeats/polyglot/ui/PolyglotWindow.java @@ -26,7 +26,7 @@ * @author bytebeats * @version 1.0 * @email - * @github https://github.com/bytebeats + * @github bytebeats * @created on 2020/9/5 22:09 * @description PolyglotWindow displays window where translation is executed. */ @@ -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; - } }