Skip to content

Commit 149f77f

Browse files
committed
show message instead of yesNoDialogue
1 parent b2e012a commit 149f77f

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

plugins/core/jetbrains-community/src/software/aws/toolkits/jetbrains/core/notifications/CustomizeNotificationsUi.kt

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,12 +59,10 @@ object NotificationManager {
5959
add(
6060
NotificationActionList(AwsCoreBundle.message("general.more_dialog")) {
6161
if (url == null) {
62-
Messages.showYesNoDialog(
62+
Messages.showMessageDialog(
6363
project,
6464
message,
6565
title,
66-
AwsCoreBundle.message("general.acknowledge"),
67-
AwsCoreBundle.message("general.cancel"),
6866
AllIcons.General.Error
6967
)
7068
} else {

0 commit comments

Comments
 (0)