aboutsummaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
Diffstat (limited to 'documentation')
-rw-r--r--documentation/application/application-notifications.asciidoc6
-rw-r--r--documentation/application/img/notification-error.pngbin6317 -> 30264 bytes
2 files changed, 4 insertions, 2 deletions
diff --git a/documentation/application/application-notifications.asciidoc b/documentation/application/application-notifications.asciidoc
index a53fb7d7b4..8e0a08e075 100644
--- a/documentation/application/application-notifications.asciidoc
+++ b/documentation/application/application-notifications.asciidoc
@@ -88,9 +88,11 @@ image:img/notification-error.png[width=30%, scaledwidth=50%]
Error messages are notifications that require the highest user attention, with
alert colors, and they require the user to click the message to dismiss it. The
error message box does not itself include an instruction to click the message,
-although the close box in the upper right corner indicates it visually. Unlike
+although the close icon on the right side indicates it visually. Unlike
with other notifications, the user can not interact with the application while
-the error message is displayed.
+the error message is displayed. If you don't want to show the close icon,
+you can hide by adding the style constant
+[literal]#ValoTheme.NOTIFICATION_CRITICAL_ERROR# to the [classname]#Notification#.
[parameter]#TRAY_NOTIFICATION#::
image:img/notification-tray.png[width=30%, scaledwidth=50%]
diff --git a/documentation/application/img/notification-error.png b/documentation/application/img/notification-error.png
index 28793c72a3..447a184301 100644
--- a/documentation/application/img/notification-error.png
+++ b/documentation/application/img/notification-error.png
Binary files differ