Skip to content

Commit 1263c8b

Browse files
authored
Gateway check added for Gateway deprecation message (#4004)
1 parent d14768b commit 1263c8b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

jetbrains-gateway/src/software/aws/toolkits/jetbrains/gateway/GatewayDeprecationNotice.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ import software.aws.toolkits.resources.message
1313
class GatewayDeprecationNotice : AppLifecycleListener {
1414
override fun welcomeScreenDisplayed() {
1515
super.welcomeScreenDisplayed()
16+
if (ApplicationInfo.getInstance().build.productCode != "GW") return
1617
if (ApplicationInfo.getInstance().build.baselineVersion >= MIN_VERSION) {
1718
return
1819
}

0 commit comments

Comments
 (0)