We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d14768b commit 1263c8bCopy full SHA for 1263c8b
jetbrains-gateway/src/software/aws/toolkits/jetbrains/gateway/GatewayDeprecationNotice.kt
@@ -13,6 +13,7 @@ import software.aws.toolkits.resources.message
13
class GatewayDeprecationNotice : AppLifecycleListener {
14
override fun welcomeScreenDisplayed() {
15
super.welcomeScreenDisplayed()
16
+ if (ApplicationInfo.getInstance().build.productCode != "GW") return
17
if (ApplicationInfo.getInstance().build.baselineVersion >= MIN_VERSION) {
18
return
19
}
0 commit comments