mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
+ PyCharm
This commit is contained in:
+1
-1
@@ -31,6 +31,6 @@ public class FlatWelcomeFrameProvider implements WelcomeFrameProvider {
|
||||
|
||||
public static boolean isAvailable() {
|
||||
return Registry.is("ide.new.welcome.screen")
|
||||
&& (PlatformUtils.isIntelliJ() || PlatformUtils.isCidr() || PlatformUtils.isWebStorm());
|
||||
&& (PlatformUtils.isIntelliJ() || PlatformUtils.isCidr() || PlatformUtils.isWebStorm() || PlatformUtils.isPyCharm());
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user