Improve VS alert description (#7969)

This commit is contained in:
Alfredo Cardigliano 2023-11-02 15:05:41 +01:00
parent 4f2664e9a8
commit 5de25b0dfb
3 changed files with 28 additions and 27 deletions

View file

@ -578,6 +578,7 @@ function alert_utils.formatAlertNotification(notif, options)
-- add the label, that is, engaged or released
msg = msg .. " " .. alertNotificationActionToLabel(notif.action, options.emoji) .. " "
local alert_message = alert_utils.formatAlertMessage(notif.ifid, notif)
if (options.add_cr) then