mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
DataGrip shows WelcomeScreen on frame close
This commit is contained in:
+1
-1
@@ -30,6 +30,6 @@ public class FlatWelcomeFrameProvider implements WelcomeFrameProvider {
|
||||
}
|
||||
|
||||
public static boolean isAvailable() {
|
||||
return Registry.is("ide.new.welcome.screen.force") || PlatformUtils.isJetBrainsProduct();
|
||||
return Registry.is("ide.new.welcome.screen.force") || (PlatformUtils.isJetBrainsProduct() && !PlatformUtils.isDatabaseIDE());
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user